#870125

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

Shades of Burgundy #870125

Tints of Burgundy #870125

Color information

#870125 (or 0x870125) is unknown color: approx Burgundy. HEX triplet: 87, 01 and 25. RGB value is (135,1,37). Sum of RGB (Red+Green+Blue) = 135+1+37=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #870125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870125 is #78FEDA. Grayscale: #2D2D2D. Windows color (decimal): -7929563 or 2425223. OLE color: 2425223.

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

Color convert

RGB135137-
CMYK00.990.730.47
HSL343.88º98.53%26.67%-
HSV(B)343.88º99.26%52.94%-
XYZ10.345.312.23-
YUV45.17123.39192.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 78.03%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=78.03%
G=0.58%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513700.990.730.47343.8898.5326.67
Hex87125063492F158631b
Octal20714501431115753014333
Binary100001111100101011000111001001101111101011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870125; }

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

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

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

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

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

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

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

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