#860125

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

Shades of Burgundy #860125

Tints of Burgundy #860125

Color information

#860125 (or 0x860125) is unknown color: approx Burgundy. HEX triplet: 86, 01 and 25. RGB value is (134,1,37). Sum of RGB (Red+Green+Blue) = 134+1+37=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #860125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860125 is #79FEDA. Grayscale: #2C2C2C. Windows color (decimal): -7995099 or 2425222. OLE color: 2425222.

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

Color convert

RGB134137-
CMYK00.990.720.47
HSL343.76º98.52%26.47%-
HSV(B)343.76º99.25%52.55%-
XYZ10.185.222.22-
YUV44.87123.56191.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.91%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 37 (14.84% from 255) = 21.51%
R=77.91%
G=0.58%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413700.990.720.47343.7698.5226.47
Hex86125063482F158631a
Octal20614501431105753014332
Binary100001101100101011000111001000101111101011000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860125; }

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

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

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

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

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

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

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

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