#790D1D

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

Shades of Burgundy #790D1D

Tints of Burgundy #790D1D

Color information

#790D1D (or 0x790D1D) is unknown color: approx Burgundy. HEX triplet: 79, 0D and 1D. RGB value is (121,13,29). Sum of RGB (Red+Green+Blue) = 121+13+29=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #790D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790D1D is #86F2E2. Grayscale: #2F2F2F. Windows color (decimal): -8844003 or 1903993. OLE color: 1903993.

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

Color convert

RGB1211329-
CMYK00.890.760.53
HSL351.11º80.6%26.27%-
HSV(B)351.11º89.26%47.45%-
XYZ8.254.441.58-
YUV47.12117.78180.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 74.23%
GREEN value IS 13 (5.47% from 255) = 7.98%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=74.23%
G=7.98%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121132900.890.760.53351.1180.626.27
Hex79D1D0594C3515f511a
Octal171153501311146553712132
Binary1111001110111101010110011001100110101101011111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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