#79212A

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

Shades of Scarlett #79212A

Tints of Scarlett #79212A

Color information

#79212A (or 0x79212A) is unknown color: approx Scarlett. HEX triplet: 79, 21 and 2A. RGB value is (121,33,42). Sum of RGB (Red+Green+Blue) = 121+33+42=196 (25% of max value = 765). Red value is 121 (47.66% from 255 or 61.73% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 121 - color contains mainly: red. Hex color #79212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79212A is #86DED5. Grayscale: #3C3C3C. Windows color (decimal): -8838870 or 2761081. OLE color: 2761081.

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

Color convert

RGB1213342-
CMYK00.730.650.53
HSL353.86º57.14%30.2%-
HSV(B)353.86º72.73%47.45%-
XYZ8.855.322.75-
YUV60.34117.65171.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.73%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=61.73%
G=16.84%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121334200.730.650.53353.8657.1430.2
Hex79212A0494135162391e
Octal17141520111101655427136
Binary111100110000110101001001001100000111010110110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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