#860018

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

Shades of Burgundy #860018

Tints of Burgundy #860018

Color information

#860018 (or 0x860018) is unknown color: approx Burgundy. HEX triplet: 86, 00 and 18. RGB value is (134,0,24). Sum of RGB (Red+Green+Blue) = 134+0+24=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #860018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860018 is #79FFE7. Grayscale: #2A2A2A. Windows color (decimal): -7995368 or 1572998. OLE color: 1572998.

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

Color convert

RGB134024-
CMYK010.820.47
HSL349.25º100%26.27%-
HSV(B)349.25º100%52.55%-
XYZ105.131.33-
YUV42.8117.39193.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 15.19%
R=84.81%
G=0%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134024010.820.47349.2510026.27
Hex86018064522F15d641a
Octal20603001441225753514432
Binary10000110011000011001001010010101111101011101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860018; }

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

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

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

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

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

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

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

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