#860C25

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

Shades of Burgundy #860C25

Tints of Burgundy #860C25

Color information

#860C25 (or 0x860C25) is unknown color: approx Burgundy. HEX triplet: 86, 0C and 25. RGB value is (134,12,37). Sum of RGB (Red+Green+Blue) = 134+12+37=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #860C25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C25 is #79F3DA. Grayscale: #333333. Windows color (decimal): -7992283 or 2428038. OLE color: 2428038.

HSL color Cylindrical-coordinate representation of color #860C25: hue angle of 347.7º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C25 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1341237-
CMYK00.910.720.47
HSL347.7º83.56%28.63%-
HSV(B)347.7º91.04%52.55%-
XYZ10.35.462.26-
YUV51.33119.92186.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 73.22%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 37 (14.84% from 255) = 20.22%
R=73.22%
G=6.56%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134123700.910.720.47347.783.5628.63
Hex86C2505B482F15c541d
Octal206144501331105753412435
Binary100001101100100101010110111001000101111101011100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860C25; }

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

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

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

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

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

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

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

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