#79101E

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

Shades of Burgundy #79101E

Tints of Burgundy #79101E

Color information

#79101E (or 0x79101E) is unknown color: approx Burgundy. HEX triplet: 79, 10 and 1E. RGB value is (121,16,30). Sum of RGB (Red+Green+Blue) = 121+16+30=167 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.46% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 121 - color contains mainly: red. Hex color #79101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79101E is #86EFE1. Grayscale: #313131. Windows color (decimal): -8843234 or 1970297. OLE color: 1970297.

HSL color Cylindrical-coordinate representation of color #79101E: hue angle of 352º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #79101E is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1211630-
CMYK00.870.750.53
HSL352º76.64%26.86%-
HSV(B)352º86.78%47.45%-
XYZ8.34.531.66-
YUV48.99117.29179.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 72.46%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=72.46%
G=9.58%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121163000.870.750.5335276.6426.86
Hex79101E0574B351604d1b
Octal171203601271136554011533
Binary11110011000011110010101111001011110101101100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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