#790D14

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

Shades of Burgundy #790D14

Tints of Burgundy #790D14

Color information

#790D14 (or 0x790D14) is unknown color: approx Burgundy. HEX triplet: 79, 0D and 14. RGB value is (121,13,20). Sum of RGB (Red+Green+Blue) = 121+13+20=154 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.57% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 121 - color contains mainly: red. Hex color #790D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790D14 is #86F2EB. Grayscale: #2E2E2E. Windows color (decimal): -8844012 or 1314169. OLE color: 1314169.

HSL color Cylindrical-coordinate representation of color #790D14: hue angle of 356.11º 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 #790D14 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1211320-
CMYK00.890.830.53
HSL356.11º80.6%26.27%-
HSV(B)356.11º89.26%47.45%-
XYZ8.164.41.08-
YUV46.09113.28181.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 78.57%
GREEN value IS 13 (5.47% from 255) = 8.44%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=78.57%
G=8.44%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121132000.890.830.53356.1180.626.27
Hex79D140595335164511a
Octal171152401311236554412132
Binary1111001110110100010110011010011110101101100100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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