#860137

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

Shades of Burgundy #860137

Tints of Burgundy #860137

Color information

#860137 (or 0x860137) is unknown color: approx Burgundy. HEX triplet: 86, 01 and 37. RGB value is (134,1,55). Sum of RGB (Red+Green+Blue) = 134+1+55=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #860137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860137 is #79FEC8. Grayscale: #2E2E2E. Windows color (decimal): -7995081 or 3604870. OLE color: 3604870.

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

Color convert

RGB134155-
CMYK00.990.590.47
HSL335.64º98.52%26.47%-
HSV(B)335.64º99.25%52.55%-
XYZ10.535.374.1-
YUV46.92132.56190.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.53%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 55 (21.88% from 255) = 28.95%
R=70.53%
G=0.53%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13415500.990.590.47335.6498.5226.47
Hex861370633B2F150631a
Octal2061670143735752014332
Binary10000110111011101100011111011101111101010000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860137; }

 p { color: rgb(134,1,55); }

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

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

 a { background-color: rgb(134,1,55); }

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

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

 span { border-color: rgb(134,1,55); }

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