#88021F

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

Shades of Burgundy #88021F

Tints of Burgundy #88021F

Color information

#88021F (or 0x88021F) is unknown color: approx Burgundy. HEX triplet: 88, 02 and 1F. RGB value is (136,2,31). Sum of RGB (Red+Green+Blue) = 136+2+31=169 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.47% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 136 - color contains mainly: red. Hex color #88021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88021F is #77FDE0. Grayscale: #2D2D2D. Windows color (decimal): -7863777 or 2032264. OLE color: 2032264.

HSL color Cylindrical-coordinate representation of color #88021F: hue angle of 347.01º 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 #88021F is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB136231-
CMYK00.990.770.47
HSL347.01º97.1%27.06%-
HSV(B)347.01º98.53%53.33%-
XYZ10.425.381.78-
YUV45.37119.89192.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 80.47%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=80.47%
G=1.18%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13623100.990.770.47347.0197.127.06
Hex8821F0634D2F15b611b
Octal21023701431155753314133
Binary100010001011111011000111001101101111101011011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88021F; }

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

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

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

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

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

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

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

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