#880232

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

Shades of Burgundy #880232

Tints of Burgundy #880232

Color information

#880232 (or 0x880232) is unknown color: approx Burgundy. HEX triplet: 88, 02 and 32. RGB value is (136,2,50). Sum of RGB (Red+Green+Blue) = 136+2+50=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #880232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880232 is #77FDCD. Grayscale: #2F2F2F. Windows color (decimal): -7863758 or 3277448. OLE color: 3277448.

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

Color convert

RGB136250-
CMYK00.990.630.47
HSL338.51º97.1%27.06%-
HSV(B)338.51º98.53%53.33%-
XYZ10.755.513.51-
YUV47.54129.39191.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 72.34%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=72.34%
G=1.06%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13625000.990.630.47338.5197.127.06
Hex882320633F2F153611b
Octal2102620143775752314133
Binary100010001011001001100011111111101111101010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880232; }

 p { color: rgb(136,2,50); }

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

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

 a { background-color: rgb(136,2,50); }

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

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

 span { border-color: rgb(136,2,50); }

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