#870932

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

Shades of Burgundy #870932

Tints of Burgundy #870932

Color information

#870932 (or 0x870932) is unknown color: approx Burgundy. HEX triplet: 87, 09 and 32. RGB value is (135,9,50). Sum of RGB (Red+Green+Blue) = 135+9+50=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #870932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870932 is #78F6CD. Grayscale: #333333. Windows color (decimal): -7927502 or 3279239. OLE color: 3279239.

HSL color Cylindrical-coordinate representation of color #870932: hue angle of 340.48º degrees, saturation: 0.88, 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 #870932 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB135950-
CMYK00.930.630.47
HSL340.48º87.5%28.24%-
HSV(B)340.48º93.33%52.94%-
XYZ10.675.583.53-
YUV51.35127.24187.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.59%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 50 (19.92% from 255) = 25.77%
R=69.59%
G=4.64%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13595000.930.630.47340.4887.528.24
Hex8793205D3F2F154581c
Octal20711620135775752413034
Binary10000111100111001001011101111111101111101010100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870932; }

 p { color: rgb(135,9,50); }

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

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

 a { background-color: rgb(135,9,50); }

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

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

 span { border-color: rgb(135,9,50); }

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