#88001E

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

Shades of Burgundy #88001E

Tints of Burgundy #88001E

Color information

#88001E (or 0x88001E) is unknown color: approx Burgundy. HEX triplet: 88, 00 and 1E. RGB value is (136,0,30). Sum of RGB (Red+Green+Blue) = 136+0+30=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #88001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88001E is #77FFE1. Grayscale: #2C2C2C. Windows color (decimal): -7864290 or 1966216. OLE color: 1966216.

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

Color convert

RGB136030-
CMYK010.780.47
HSL346.76º100%26.67%-
HSV(B)346.76º100%53.33%-
XYZ10.395.331.71-
YUV44.08120.06193.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 81.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=81.93%
G=0%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136030010.780.47346.7610026.67
Hex8801E0644E2F15b641b
Octal21003601441165753314433
Binary10001000011110011001001001110101111101011011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88001E; }

 p { color: rgb(136,0,30); }

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

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

 a { background-color: rgb(136,0,30); }

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

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

 span { border-color: rgb(136,0,30); }

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