#790D12

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

Shades of Burgundy #790D12

Tints of Burgundy #790D12

Color information

#790D12 (or 0x790D12) is unknown color: approx Burgundy. HEX triplet: 79, 0D and 12. RGB value is (121,13,18). Sum of RGB (Red+Green+Blue) = 121+13+18=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #790D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790D12 is #86F2ED. Grayscale: #2D2D2D. Windows color (decimal): -8844014 or 1183097. OLE color: 1183097.

HSL color Cylindrical-coordinate representation of color #790D12: hue angle of 357.22º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #790D12 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1211318-
CMYK00.890.850.53
HSL357.22º80.6%26.27%-
HSV(B)357.22º89.26%47.45%-
XYZ8.144.40.99-
YUV45.86112.28181.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 79.61%
GREEN value IS 13 (5.47% from 255) = 8.55%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=79.61%
G=8.55%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121131800.890.850.53357.2280.626.27
Hex79D120595535165511a
Octal171152201311256554512132
Binary1111001110110010010110011010101110101101100101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,13,18); }

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

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

 a { background-color: rgb(121,13,18); }

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

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

 span { border-color: rgb(121,13,18); }

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