#881035

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

Shades of Burgundy #881035

Tints of Burgundy #881035

Color information

#881035 (or 0x881035) is unknown color: approx Burgundy. HEX triplet: 88, 10 and 35. RGB value is (136,16,53). Sum of RGB (Red+Green+Blue) = 136+16+53=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #881035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881035 is #77EFCA. Grayscale: #383838. Windows color (decimal): -7860171 or 3477640. OLE color: 3477640.

HSL color Cylindrical-coordinate representation of color #881035: hue angle of 341.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881035 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1361653-
CMYK00.880.610.47
HSL341.5º78.95%29.8%-
HSV(B)341.5º88.24%53.33%-
XYZ10.985.863.92-
YUV56.1126.26184.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.34%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=66.34%
G=7.80%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136165300.880.610.47341.578.9529.8
Hex8810350583D2F1564f1e
Octal21020650130755752611736
Binary100010001000011010101011000111101101111101010110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881035; }

 p { color: rgb(136,16,53); }

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

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

 a { background-color: rgb(136,16,53); }

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

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

 span { border-color: rgb(136,16,53); }

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