#79012A

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

Shades of Burgundy #79012A

Tints of Burgundy #79012A

Color information

#79012A (or 0x79012A) is unknown color: approx Burgundy. HEX triplet: 79, 01 and 2A. RGB value is (121,1,42). Sum of RGB (Red+Green+Blue) = 121+1+42=164 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.78% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 121 - color contains mainly: red. Hex color #79012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79012A is #86FED5. Grayscale: #292929. Windows color (decimal): -8847062 or 2752889. OLE color: 2752889.

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

Color convert

RGB121142-
CMYK00.990.650.53
HSL339.5º98.36%23.92%-
HSV(B)339.5º99.17%47.45%-
XYZ8.314.252.57-
YUV41.55128.26184.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.78%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=73.78%
G=0.61%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12114200.990.650.53339.598.3623.92
Hex7912A06341351546218
Octal17115201431016552414230
Binary11110011101010011000111000001110101101010100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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