#790D33

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

Shades of Burgundy #790D33

Tints of Burgundy #790D33

Color information

#790D33 (or 0x790D33) is unknown color: approx Burgundy. HEX triplet: 79, 0D and 33. RGB value is (121,13,51). Sum of RGB (Red+Green+Blue) = 121+13+51=185 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.41% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 121 - color contains mainly: red. Hex color #790D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790D33 is #86F2CC. Grayscale: #313131. Windows color (decimal): -8843981 or 3345785. OLE color: 3345785.

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

Color convert

RGB1211351-
CMYK00.890.580.53
HSL338.89º80.6%26.27%-
HSV(B)338.89º89.26%47.45%-
XYZ8.634.593.56-
YUV49.62128.78178.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 65.41%
GREEN value IS 13 (5.47% from 255) = 7.03%
BLUE value IS 51 (20.31% from 255) = 27.57%
R=65.41%
G=7.03%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121135100.890.580.53338.8980.626.27
Hex79D330593A35153511a
Octal17115630131726552312132
Binary1111001110111001101011001111010110101101010011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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