#870B33

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

Shades of Burgundy #870B33

Tints of Burgundy #870B33

Color information

#870B33 (or 0x870B33) is unknown color: approx Burgundy. HEX triplet: 87, 0B and 33. RGB value is (135,11,51). Sum of RGB (Red+Green+Blue) = 135+11+51=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #870B33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B33 is #78F4CC. Grayscale: #343434. Windows color (decimal): -7926989 or 3345287. OLE color: 3345287.

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

Color convert

RGB1351151-
CMYK00.920.620.47
HSL340.65º84.93%28.63%-
HSV(B)340.65º91.85%52.94%-
XYZ10.715.633.65-
YUV52.64127.08186.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.53%
GREEN value IS 11 (4.69% from 255) = 5.58%
BLUE value IS 51 (20.31% from 255) = 25.89%
R=68.53%
G=5.58%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135115100.920.620.47340.6584.9328.63
Hex87B3305C3E2F155551d
Octal20713630134765752512535
Binary10000111101111001101011100111110101111101010101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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