#79091C

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

Shades of Burgundy #79091C

Tints of Burgundy #79091C

Color information

#79091C (or 0x79091C) is unknown color: approx Burgundy. HEX triplet: 79, 09 and 1C. RGB value is (121,9,28). Sum of RGB (Red+Green+Blue) = 121+9+28=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #79091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79091C is #86F6E3. Grayscale: #2C2C2C. Windows color (decimal): -8845028 or 1837433. OLE color: 1837433.

HSL color Cylindrical-coordinate representation of color #79091C: hue angle of 349.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79091C is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB121928-
CMYK00.930.770.53
HSL349.82º86.15%25.49%-
HSV(B)349.82º92.56%47.45%-
XYZ8.194.341.51-
YUV44.65118.61182.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 76.58%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=76.58%
G=5.70%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12192800.930.770.53349.8286.1525.49
Hex7991C05D4D3515e5619
Octal171113401351156553612631
Binary1111001100111100010111011001101110101101011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,9,28); }

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

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

 a { background-color: rgb(121,9,28); }

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

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

 span { border-color: rgb(121,9,28); }

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