#79252C

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

Shades of Scarlett #79252C

Tints of Scarlett #79252C

Color information

#79252C (or 0x79252C) is unknown color: approx Scarlett. HEX triplet: 79, 25 and 2C. RGB value is (121,37,44). Sum of RGB (Red+Green+Blue) = 121+37+44=202 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.90% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 121 - color contains mainly: red. Hex color #79252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79252C is #86DAD3. Grayscale: #3E3E3E. Windows color (decimal): -8837844 or 2893177. OLE color: 2893177.

HSL color Cylindrical-coordinate representation of color #79252C: hue angle of 355º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #79252C is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1213744-
CMYK00.690.640.53
HSL355º53.16%30.98%-
HSV(B)355º69.42%47.45%-
XYZ95.572.98-
YUV62.91117.33169.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.90%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=59.90%
G=18.32%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121374400.690.640.5335553.1630.98
Hex79252C0454035163351f
Octal17145540105100655436537
Binary111100110010110110001000101100000011010110110001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79252C; }

 p { color: rgb(121,37,44); }

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

<style>
 a { background-color: #79252C; }

 a { background-color: rgb(121,37,44); }

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

<style>
 span { border-color: #79252C; }

 span { border-color: rgb(121,37,44); }

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