#790212

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

Shades of Burgundy #790212

Tints of Burgundy #790212

Color information

#790212 (or 0x790212) is unknown color: approx Burgundy. HEX triplet: 79, 02 and 12. RGB value is (121,2,18). Sum of RGB (Red+Green+Blue) = 121+2+18=141 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.82% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 121 - color contains mainly: red. Hex color #790212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790212 is #86FDED. Grayscale: #272727. Windows color (decimal): -8846830 or 1180281. OLE color: 1180281.

HSL color Cylindrical-coordinate representation of color #790212: hue angle of 351.93º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790212 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB121218-
CMYK00.980.850.53
HSL351.93º96.75%24.12%-
HSV(B)351.93º98.35%47.45%-
XYZ8.024.150.95-
YUV39.4115.92186.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 85.82%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=85.82%
G=1.42%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12121800.980.850.53351.9396.7524.12
Hex7921206255351606118
Octal17122201421256554014130
Binary11110011010010011000101010101110101101100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790212; }

 p { color: rgb(121,2,18); }

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

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

 a { background-color: rgb(121,2,18); }

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

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

 span { border-color: rgb(121,2,18); }

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