#7C192B

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

Shades of Scarlett #7C192B

Tints of Scarlett #7C192B

Color information

#7C192B (or 0x7C192B) is unknown color: approx Scarlett. HEX triplet: 7C, 19 and 2B. RGB value is (124,25,43). Sum of RGB (Red+Green+Blue) = 124+25+43=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C192B is #83E6D4. Grayscale: #383838. Windows color (decimal): -8644309 or 2824572. OLE color: 2824572.

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

Color convert

RGB1242543-
CMYK00.800.650.51
HSL349.09º66.44%29.22%-
HSV(B)349.09º79.84%48.63%-
XYZ9.15.152.8-
YUV56.65120.3176.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.58%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=64.58%
G=13.02%
B=22.40%

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
Decimal124254300.800.650.51349.0966.4429.22
Hex7C192B050413315d421d
Octal174315301201016353510235
Binary111110011001101011010100001000001110011101011101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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