#79202F

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

Shades of Scarlett #79202F

Tints of Scarlett #79202F

Color information

#79202F (or 0x79202F) is unknown color: approx Scarlett. HEX triplet: 79, 20 and 2F. RGB value is (121,32,47). Sum of RGB (Red+Green+Blue) = 121+32+47=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #79202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79202F is #86DFD0. Grayscale: #3C3C3C. Windows color (decimal): -8839121 or 3088505. OLE color: 3088505.

HSL color Cylindrical-coordinate representation of color #79202F: hue angle of 349.89º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79202F is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1213247-
CMYK00.740.610.53
HSL349.89º58.17%30%-
HSV(B)349.89º73.55%47.45%-
XYZ8.915.33.24-
YUV60.32120.49171.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=60.5%
G=16%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121324700.740.610.53349.8958.1730
Hex79202F04A3D3515e3a1e
Octal1714057011275655367236
Binary11110011000001011110100101011110111010110101111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79202F; }

 p { color: rgb(121,32,47); }

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

<style>
 a { background-color: #79202F; }

 a { background-color: rgb(121,32,47); }

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

<style>
 span { border-color: #79202F; }

 span { border-color: rgb(121,32,47); }

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