#79021A

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

Shades of Burgundy #79021A

Tints of Burgundy #79021A

Color information

#79021A (or 0x79021A) is unknown color: approx Burgundy. HEX triplet: 79, 02 and 1A. RGB value is (121,2,26). Sum of RGB (Red+Green+Blue) = 121+2+26=149 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.21% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 121 - color contains mainly: red. Hex color #79021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79021A is #86FDE5. Grayscale: #282828. Windows color (decimal): -8846822 or 1704569. OLE color: 1704569.

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

Color convert

RGB121226-
CMYK00.980.790.53
HSL347.9º96.75%24.12%-
HSV(B)347.9º98.35%47.45%-
XYZ8.094.181.36-
YUV40.32119.92185.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 81.21%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=81.21%
G=1.34%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12122600.980.790.53347.996.7524.12
Hex7921A0624F3515c6118
Octal17123201421176553414130
Binary11110011011010011000101001111110101101011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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