#870A33

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

Shades of Burgundy #870A33

Tints of Burgundy #870A33

Color information

#870A33 (or 0x870A33) is unknown color: approx Burgundy. HEX triplet: 87, 0A and 33. RGB value is (135,10,51). Sum of RGB (Red+Green+Blue) = 135+10+51=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #870A33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A33 is #78F5CC. Grayscale: #343434. Windows color (decimal): -7927245 or 3345031. OLE color: 3345031.

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

Color convert

RGB1351051-
CMYK00.930.620.47
HSL340.32º86.21%28.43%-
HSV(B)340.32º92.59%52.94%-
XYZ10.75.613.65-
YUV52.05127.41187.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.88%
GREEN value IS 10 (4.30% from 255) = 5.10%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=68.88%
G=5.10%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135105100.930.620.47340.3286.2128.43
Hex87A3305D3E2F154561c
Octal20712630135765752412634
Binary10000111101011001101011101111110101111101010100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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