#79212E

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

Shades of Scarlett #79212E

Tints of Scarlett #79212E

Color information

#79212E (or 0x79212E) is unknown color: approx Scarlett. HEX triplet: 79, 21 and 2E. RGB value is (121,33,46). Sum of RGB (Red+Green+Blue) = 121+33+46=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #79212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79212E is #86DED1. Grayscale: #3C3C3C. Windows color (decimal): -8838866 or 3023225. OLE color: 3023225.

HSL color Cylindrical-coordinate representation of color #79212E: hue angle of 351.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #79212E is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1213346-
CMYK00.730.620.53
HSL351.14º57.14%30.2%-
HSV(B)351.14º72.73%47.45%-
XYZ8.925.353.15-
YUV60.79119.65170.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.5%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 46 (18.36% from 255) = 23%
R=60.5%
G=16.5%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121334600.730.620.53351.1457.1430.2
Hex79212E0493E3515f391e
Octal1714156011176655377136
Binary11110011000011011100100100111111011010110101111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79212E; }

 p { color: rgb(121,33,46); }

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

<style>
 a { background-color: #79212E; }

 a { background-color: rgb(121,33,46); }

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

<style>
 span { border-color: #79212E; }

 span { border-color: rgb(121,33,46); }

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