#7C1932

Color #7C1932 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #7C1932

Tints of Scarlett #7C1932

Color information

#7C1932 (or 0x7C1932) is unknown color: approx Scarlett. HEX triplet: 7C, 19 and 32. RGB value is (124,25,50). Sum of RGB (Red+Green+Blue) = 124+25+50=199 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.31% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1932 is #83E6CD. Grayscale: #393939. Windows color (decimal): -8644302 or 3283324. OLE color: 3283324.

HSL color Cylindrical-coordinate representation of color #7C1932: hue angle of 344.85º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C1932 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB1242550-
CMYK00.800.600.51
HSL344.85º66.44%29.22%-
HSV(B)344.85º79.84%48.63%-
XYZ9.245.213.54-
YUV57.45123.8175.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 62.31%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=62.31%
G=12.56%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124255000.800.600.51344.8566.4429.22
Hex7C19320503C33159421d
Octal17431620120746353110235
Binary11111001100111001001010000111100110011101011001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C1932; }

 p { color: rgb(124,25,50); }

 H1.HeaderClassName
 {
   color: #7C1932;
 }
 .AnyTagClassName
 {
   color: #7C1932;
 }
</style>
background-color css

<style>
 a { background-color: #7C1932; }

 a { background-color: rgb(124,25,50); }

 div.DivClassName
 {
   background-color: #7C1932;
 }
 .BgClassName
 {
   background-color: #7C1932;
 }
</style>
border-color css

<style>
 span { border-color: #7C1932; }

 span { border-color: rgb(124,25,50); }

 td.TdClassName
 {
   border-color: #7C1932;
 }
 .TagClassName
 {
   border-color: #7C1932;
 }
</style>