#790D31

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

Shades of Burgundy #790D31

Tints of Burgundy #790D31

Color information

#790D31 (or 0x790D31) is unknown color: approx Burgundy. HEX triplet: 79, 0D and 31. RGB value is (121,13,49). Sum of RGB (Red+Green+Blue) = 121+13+49=183 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.12% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 121 - color contains mainly: red. Hex color #790D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790D31 is #86F2CE. Grayscale: #313131. Windows color (decimal): -8843983 or 3214713. OLE color: 3214713.

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

Color convert

RGB1211349-
CMYK00.890.600.53
HSL340º80.6%26.27%-
HSV(B)340º89.26%47.45%-
XYZ8.584.573.34-
YUV49.4127.78179.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 66.12%
GREEN value IS 13 (5.47% from 255) = 7.10%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=66.12%
G=7.10%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121134900.890.600.5334080.626.27
Hex79D310593C35154511a
Octal17115610131746552412132
Binary1111001110111000101011001111100110101101010100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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