#7C192C

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

Shades of Scarlett #7C192C

Tints of Scarlett #7C192C

Color information

#7C192C (or 0x7C192C) is unknown color: approx Scarlett. HEX triplet: 7C, 19 and 2C. RGB value is (124,25,44). Sum of RGB (Red+Green+Blue) = 124+25+44=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C192C is #83E6D3. Grayscale: #383838. Windows color (decimal): -8644308 or 2890108. OLE color: 2890108.

HSL color Cylindrical-coordinate representation of color #7C192C: hue angle of 348.48º 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 #7C192C is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1242544-
CMYK00.800.650.51
HSL348.48º66.44%29.22%-
HSV(B)348.48º79.84%48.63%-
XYZ9.115.162.9-
YUV56.77120.8175.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.25%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=64.25%
G=12.95%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124254400.800.650.51348.4866.4429.22
Hex7C192C050413315c421d
Octal174315401201016353410235
Binary111110011001101100010100001000001110011101011100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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