#88053A

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

Shades of Burgundy #88053A

Tints of Burgundy #88053A

Color information

#88053A (or 0x88053A) is unknown color: approx Burgundy. HEX triplet: 88, 05 and 3A. RGB value is (136,5,58). Sum of RGB (Red+Green+Blue) = 136+5+58=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #88053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88053A is #77FAC5. Grayscale: #323232. Windows color (decimal): -7862982 or 3802504. OLE color: 3802504.

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

Color convert

RGB136558-
CMYK00.960.570.47
HSL335.73º92.91%27.65%-
HSV(B)335.73º96.32%53.33%-
XYZ10.975.654.51-
YUV50.21132.4189.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68.34%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=68.34%
G=2.51%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13655800.960.570.47335.7392.9127.65
Hex8853A060392F1505d1c
Octal2105720140715752013534
Binary1000100010111101001100000111001101111101010000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88053A; }

 p { color: rgb(136,5,58); }

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

<style>
 a { background-color: #88053A; }

 a { background-color: rgb(136,5,58); }

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

<style>
 span { border-color: #88053A; }

 span { border-color: rgb(136,5,58); }

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