#88071E

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

Shades of Burgundy #88071E

Tints of Burgundy #88071E

Color information

#88071E (or 0x88071E) is unknown color: approx Burgundy. HEX triplet: 88, 07 and 1E. RGB value is (136,7,30). Sum of RGB (Red+Green+Blue) = 136+7+30=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #88071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88071E is #77F8E1. Grayscale: #303030. Windows color (decimal): -7862498 or 1968008. OLE color: 1968008.

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

Color convert

RGB136730-
CMYK00.950.780.47
HSL349.3º90.21%28.04%-
HSV(B)349.3º94.85%53.33%-
XYZ10.465.481.73-
YUV48.19117.74190.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 78.61%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 30 (12.11% from 255) = 17.34%
R=78.61%
G=4.05%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13673000.950.780.47349.390.2128.04
Hex8871E05F4E2F15d5a1c
Octal21073601371165753513234
Binary1000100011111110010111111001110101111101011101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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