#88031C

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

Shades of Burgundy #88031C

Tints of Burgundy #88031C

Color information

#88031C (or 0x88031C) is unknown color: approx Burgundy. HEX triplet: 88, 03 and 1C. RGB value is (136,3,28). Sum of RGB (Red+Green+Blue) = 136+3+28=167 (22% of max value = 765). Red value is 136 (53.52% from 255 or 81.44% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 136 - color contains mainly: red. Hex color #88031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88031C is #77FCE3. Grayscale: #2D2D2D. Windows color (decimal): -7863524 or 1835912. OLE color: 1835912.

HSL color Cylindrical-coordinate representation of color #88031C: hue angle of 348.72º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88031C is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB136328-
CMYK00.980.790.47
HSL348.72º95.68%27.25%-
HSV(B)348.72º97.79%53.33%-
XYZ10.45.381.59-
YUV45.62118.06192.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 81.44%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=81.44%
G=1.80%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13632800.980.790.47348.7295.6827.25
Hex8831C0624F2F15d601b
Octal21033401421175753514033
Binary100010001111100011000101001111101111101011101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88031C; }

 p { color: rgb(136,3,28); }

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

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

 a { background-color: rgb(136,3,28); }

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

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

 span { border-color: rgb(136,3,28); }

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