#79021E

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

Shades of Burgundy #79021E

Tints of Burgundy #79021E

Color information

#79021E (or 0x79021E) is unknown color: approx Burgundy. HEX triplet: 79, 02 and 1E. RGB value is (121,2,30). Sum of RGB (Red+Green+Blue) = 121+2+30=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #79021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79021E is #86FDE1. Grayscale: #282828. Windows color (decimal): -8846818 or 1966713. OLE color: 1966713.

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

Color convert

RGB121230-
CMYK00.980.750.53
HSL345.88º96.75%24.12%-
HSV(B)345.88º98.35%47.45%-
XYZ8.144.21.61-
YUV40.77121.92185.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 79.08%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 30 (12.11% from 255) = 19.61%
R=79.08%
G=1.31%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12123000.980.750.53345.8896.7524.12
Hex7921E0624B3515a6118
Octal17123601421136553214130
Binary11110011011110011000101001011110101101011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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