#880433

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

Shades of Burgundy #880433

Tints of Burgundy #880433

Color information

#880433 (or 0x880433) is unknown color: approx Burgundy. HEX triplet: 88, 04 and 33. RGB value is (136,4,51). Sum of RGB (Red+Green+Blue) = 136+4+51=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #880433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880433 is #77FBCC. Grayscale: #303030. Windows color (decimal): -7863245 or 3343496. OLE color: 3343496.

HSL color Cylindrical-coordinate representation of color #880433: hue angle of 338.64º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880433 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB136451-
CMYK00.970.620.47
HSL338.64º94.29%27.45%-
HSV(B)338.64º97.06%53.33%-
XYZ10.795.563.64-
YUV48.83129.23190.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.20%
GREEN value IS 4 (1.95% from 255) = 2.09%
BLUE value IS 51 (20.31% from 255) = 26.70%
R=71.20%
G=2.09%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13645100.970.620.47338.6494.2927.45
Hex884330613E2F1535e1b
Octal2104630141765752313633
Binary1000100010011001101100001111110101111101010011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880433; }

 p { color: rgb(136,4,51); }

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

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

 a { background-color: rgb(136,4,51); }

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

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

 span { border-color: rgb(136,4,51); }

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