#860024

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

Shades of Burgundy #860024

Tints of Burgundy #860024

Color information

#860024 (or 0x860024) is unknown color: approx Burgundy. HEX triplet: 86, 00 and 24. RGB value is (134,0,36). Sum of RGB (Red+Green+Blue) = 134+0+36=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #860024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860024 is #79FFDB. Grayscale: #2C2C2C. Windows color (decimal): -7995356 or 2359430. OLE color: 2359430.

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

Color convert

RGB134036-
CMYK010.730.47
HSL343.88º100%26.27%-
HSV(B)343.88º100%52.55%-
XYZ10.155.22.14-
YUV44.17123.39192.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 21.18%
R=78.82%
G=0%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134036010.730.47343.8810026.27
Hex86024064492F158641a
Octal20604401441115753014432
Binary100001100100100011001001001001101111101011000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860024; }

 p { color: rgb(134,0,36); }

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

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

 a { background-color: rgb(134,0,36); }

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

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

 span { border-color: rgb(134,0,36); }

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