#79041A

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

Shades of Burgundy #79041A

Tints of Burgundy #79041A

Color information

#79041A (or 0x79041A) is unknown color: approx Burgundy. HEX triplet: 79, 04 and 1A. RGB value is (121,4,26). Sum of RGB (Red+Green+Blue) = 121+4+26=151 (20% of max value = 765). Red value is 121 (47.66% from 255 or 80.13% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 121 - color contains mainly: red. Hex color #79041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79041A is #86FBE5. Grayscale: #292929. Windows color (decimal): -8846310 or 1705081. OLE color: 1705081.

HSL color Cylindrical-coordinate representation of color #79041A: hue angle of 348.72º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #79041A is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB121426-
CMYK00.970.790.53
HSL348.72º93.6%24.51%-
HSV(B)348.72º96.69%47.45%-
XYZ8.124.231.37-
YUV41.49119.26184.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 80.13%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=80.13%
G=2.65%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12142600.970.790.53348.7293.624.51
Hex7941A0614F3515d5e19
Octal17143201411176553513631
Binary111100110011010011000011001111110101101011101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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