#790E12

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

Shades of Burgundy #790E12

Tints of Burgundy #790E12

Color information

#790E12 (or 0x790E12) is unknown color: approx Burgundy. HEX triplet: 79, 0E and 12. RGB value is (121,14,18). Sum of RGB (Red+Green+Blue) = 121+14+18=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #790E12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790E12 is #86F1ED. Grayscale: #2E2E2E. Windows color (decimal): -8843758 or 1183353. OLE color: 1183353.

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

Color convert

RGB1211418-
CMYK00.880.850.53
HSL357.76º79.26%26.47%-
HSV(B)357.76º88.43%47.45%-
XYZ8.154.421-
YUV46.45111.95181.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 79.08%
GREEN value IS 14 (5.86% from 255) = 9.15%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=79.08%
G=9.15%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121141800.880.850.53357.7679.2626.47
Hex79E1205855351664f1a
Octal171162201301256554611732
Binary1111001111010010010110001010101110101101100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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