#79010C

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

Shades of Burgundy #79010C

Tints of Burgundy #79010C

Color information

#79010C (or 0x79010C) is unknown color: approx Burgundy. HEX triplet: 79, 01 and 0C. RGB value is (121,1,12). Sum of RGB (Red+Green+Blue) = 121+1+12=134 (17% of max value = 765). Red value is 121 (47.66% from 255 or 90.30% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 121 - color contains mainly: red. Hex color #79010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79010C is #86FEF3. Grayscale: #262626. Windows color (decimal): -8847092 or 786809. OLE color: 786809.

HSL color Cylindrical-coordinate representation of color #79010C: hue angle of 354.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 #79010C is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB121112-
CMYK00.990.900.53
HSL354.5º98.36%23.92%-
HSV(B)354.5º99.17%47.45%-
XYZ7.964.110.72-
YUV38.13113.26187.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 90.30%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 12 (5.08% from 255) = 8.96%
R=90.30%
G=0.75%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111200.990.900.53354.598.3623.92
Hex791C0635A351626218
Octal17111401431326554214230
Binary111100111100011000111011010110101101100010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79010C; }

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

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

<style>
 a { background-color: #79010C; }

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

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

<style>
 span { border-color: #79010C; }

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

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