#870D33

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

Shades of Burgundy #870D33

Tints of Burgundy #870D33

Color information

#870D33 (or 0x870D33) is unknown color: approx Burgundy. HEX triplet: 87, 0D and 33. RGB value is (135,13,51). Sum of RGB (Red+Green+Blue) = 135+13+51=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #870D33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D33 is #78F2CC. Grayscale: #353535. Windows color (decimal): -7926477 or 3345799. OLE color: 3345799.

HSL color Cylindrical-coordinate representation of color #870D33: hue angle of 341.31º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D33 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1351351-
CMYK00.900.620.47
HSL341.31º82.43%29.02%-
HSV(B)341.31º90.37%52.94%-
XYZ10.735.683.66-
YUV53.81126.42185.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.84%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 51 (20.31% from 255) = 25.63%
R=67.84%
G=6.53%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135135100.900.620.47341.3182.4329.02
Hex87D3305A3E2F155521d
Octal20715630132765752512235
Binary10000111110111001101011010111110101111101010101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870D33; }

 p { color: rgb(135,13,51); }

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

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

 a { background-color: rgb(135,13,51); }

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

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

 span { border-color: rgb(135,13,51); }

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