#790C11

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

Shades of Burgundy #790C11

Tints of Burgundy #790C11

Color information

#790C11 (or 0x790C11) is unknown color: approx Burgundy. HEX triplet: 79, 0C and 11. RGB value is (121,12,17). Sum of RGB (Red+Green+Blue) = 121+12+17=150 (19% of max value = 765). Red value is 121 (47.66% from 255 or 80.67% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 121 - color contains mainly: red. Hex color #790C11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790C11 is #86F3EE. Grayscale: #2D2D2D. Windows color (decimal): -8844271 or 1117305. OLE color: 1117305.

HSL color Cylindrical-coordinate representation of color #790C11: hue angle of 357.25º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C11 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1211217-
CMYK00.900.860.53
HSL357.25º81.95%26.08%-
HSV(B)357.25º90.08%47.45%-
XYZ8.124.370.95-
YUV45.16112.11182.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 80.67%
GREEN value IS 12 (5.08% from 255) = 8%
BLUE value IS 17 (7.03% from 255) = 11.33%
R=80.67%
G=8%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121121700.900.860.53357.2581.9526.08
Hex79C1105A5635165521a
Octal171142101321266554512232
Binary1111001110010001010110101010110110101101100101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790C11; }

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

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

<style>
 a { background-color: #790C11; }

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

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

<style>
 span { border-color: #790C11; }

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

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