#871025

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

Shades of Burgundy #871025

Tints of Burgundy #871025

Color information

#871025 (or 0x871025) is unknown color: approx Burgundy. HEX triplet: 87, 10 and 25. RGB value is (135,16,37). Sum of RGB (Red+Green+Blue) = 135+16+37=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #871025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871025 is #78EFDA. Grayscale: #363636. Windows color (decimal): -7925723 or 2429063. OLE color: 2429063.

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

Color convert

RGB1351637-
CMYK00.880.730.47
HSL349.41º78.81%29.61%-
HSV(B)349.41º88.15%52.94%-
XYZ10.515.662.29-
YUV53.97118.42185.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.81%
GREEN value IS 16 (6.64% from 255) = 8.51%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=71.81%
G=8.51%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135163700.880.730.47349.4178.8129.61
Hex871025058492F15d4f1e
Octal207204501301115753511736
Binary1000011110000100101010110001001001101111101011101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871025; }

 p { color: rgb(135,16,37); }

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

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

 a { background-color: rgb(135,16,37); }

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

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

 span { border-color: rgb(135,16,37); }

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