#790D32

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

Shades of Burgundy #790D32

Tints of Burgundy #790D32

Color information

#790D32 (or 0x790D32) is unknown color: approx Burgundy. HEX triplet: 79, 0D and 32. RGB value is (121,13,50). Sum of RGB (Red+Green+Blue) = 121+13+50=184 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.76% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 121 - color contains mainly: red. Hex color #790D32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790D32 is #86F2CD. Grayscale: #313131. Windows color (decimal): -8843982 or 3280249. OLE color: 3280249.

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

Color convert

RGB1211350-
CMYK00.890.590.53
HSL339.44º80.6%26.27%-
HSV(B)339.44º89.26%47.45%-
XYZ8.64.583.45-
YUV49.51128.28178.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 65.76%
GREEN value IS 13 (5.47% from 255) = 7.07%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=65.76%
G=7.07%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121135000.890.590.53339.4480.626.27
Hex79D320593B35153511a
Octal17115620131736552312132
Binary1111001110111001001011001111011110101101010011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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