#871325

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

Shades of Burgundy #871325

Tints of Burgundy #871325

Color information

#871325 (or 0x871325) is unknown color: approx Burgundy. HEX triplet: 87, 13 and 25. RGB value is (135,19,37). Sum of RGB (Red+Green+Blue) = 135+19+37=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #871325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871325 is #78ECDA. Grayscale: #373737. Windows color (decimal): -7924955 or 2429831. OLE color: 2429831.

HSL color Cylindrical-coordinate representation of color #871325: hue angle of 350.69º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871325 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1351937-
CMYK00.860.730.47
HSL350.69º75.32%30.2%-
HSV(B)350.69º85.93%52.94%-
XYZ10.565.752.3-
YUV55.74117.43184.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 70.68%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=70.68%
G=9.95%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135193700.860.730.47350.6975.3230.2
Hex871325056492F15f4b1e
Octal207234501261115753711336
Binary1000011110011100101010101101001001101111101011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871325; }

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

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

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

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

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

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

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

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