#88083b

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

Shades of Burgundy #88083B

Tints of Burgundy #88083B

Color information

#88083B (or 0x88083B) is unknown color: approx Burgundy. HEX triplet: 88, 08 and 3B. RGB value is (136,8,59). Sum of RGB (Red+Green+Blue) = 136+8+59=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #88083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88083B is #77F7C4. Grayscale: #343434. Windows color (decimal): -7862213 or 3868808. OLE color: 3868808.

HSL color Cylindrical-coordinate representation of color #88083B: hue angle of 336.09º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88083B is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB136859-
CMYK00.940.570.47
HSL336.09º88.89%28.24%-
HSV(B)336.09º94.12%53.33%-
XYZ11.035.724.66-
YUV52.09131.91187.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 59 (23.44% from 255) = 29.06%
R=67.00%
G=3.94%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13685900.940.570.47336.0988.8928.24
Hex8883B05E392F150591c
Octal21010730136715752013134
Binary10001000100011101101011110111001101111101010000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88083b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88083b; }

 p { color: rgb(136,8,59); }

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

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

 a { background-color: rgb(136,8,59); }

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

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

 span { border-color: rgb(136,8,59); }

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