#79011F

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

Shades of Burgundy #79011F

Tints of Burgundy #79011F

Color information

#79011F (or 0x79011F) is unknown color: approx Burgundy. HEX triplet: 79, 01 and 1F. RGB value is (121,1,31). Sum of RGB (Red+Green+Blue) = 121+1+31=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #79011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79011F is #86FEE0. Grayscale: #282828. Windows color (decimal): -8847073 or 2031993. OLE color: 2031993.

HSL color Cylindrical-coordinate representation of color #79011F: hue angle of 345º 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 #79011F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB121131-
CMYK00.990.740.53
HSL345º98.36%23.92%-
HSV(B)345º99.17%47.45%-
XYZ8.144.191.68-
YUV40.3122.76185.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 79.08%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=79.08%
G=0.65%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12113100.990.740.5334598.3623.92
Hex7911F0634A351596218
Octal17113701431126553114230
Binary1111001111111011000111001010110101101011001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79011F; }

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

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

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

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

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

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

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

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