#79212C

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

Shades of Scarlett #79212C

Tints of Scarlett #79212C

Color information

#79212C (or 0x79212C) is unknown color: approx Scarlett. HEX triplet: 79, 21 and 2C. RGB value is (121,33,44). Sum of RGB (Red+Green+Blue) = 121+33+44=198 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.11% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 121 - color contains mainly: red. Hex color #79212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79212C is #86DED3. Grayscale: #3C3C3C. Windows color (decimal): -8838868 or 2892153. OLE color: 2892153.

HSL color Cylindrical-coordinate representation of color #79212C: hue angle of 352.5º 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 #79212C is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1213344-
CMYK00.730.640.53
HSL352.5º57.14%30.2%-
HSV(B)352.5º72.73%47.45%-
XYZ8.885.332.94-
YUV60.57118.65171.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.11%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=61.11%
G=16.67%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121334400.730.640.53352.557.1430.2
Hex79212C0494035160391e
Octal17141540111100655407136
Binary111100110000110110001001001100000011010110110000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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