#79252D

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

Shades of Scarlett #79252D

Tints of Scarlett #79252D

Color information

#79252D (or 0x79252D) is unknown color: approx Scarlett. HEX triplet: 79, 25 and 2D. RGB value is (121,37,45). Sum of RGB (Red+Green+Blue) = 121+37+45=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #79252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79252D is #86DAD2. Grayscale: #3F3F3F. Windows color (decimal): -8837843 or 2958713. OLE color: 2958713.

HSL color Cylindrical-coordinate representation of color #79252D: hue angle of 354.29º 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 #79252D is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1213745-
CMYK00.690.630.53
HSL354.29º53.16%30.98%-
HSV(B)354.29º69.42%47.45%-
XYZ9.025.583.08-
YUV63.03117.83169.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.61%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=59.61%
G=18.23%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121374500.690.630.53354.2953.1630.98
Hex79252D0453F35162351f
Octal1714555010577655426537
Binary11110011001011011010100010111111111010110110001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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