#860618

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

Shades of Burgundy #860618

Tints of Burgundy #860618

Color information

#860618 (or 0x860618) is unknown color: approx Burgundy. HEX triplet: 86, 06 and 18. RGB value is (134,6,24). Sum of RGB (Red+Green+Blue) = 134+6+24=164 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.71% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 134 - color contains mainly: red. Hex color #860618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860618 is #79F9E7. Grayscale: #2E2E2E. Windows color (decimal): -7993832 or 1574534. OLE color: 1574534.

HSL color Cylindrical-coordinate representation of color #860618: hue angle of 351.56º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860618 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB134624-
CMYK00.960.820.47
HSL351.56º91.43%27.45%-
HSV(B)351.56º95.52%52.55%-
XYZ10.065.261.35-
YUV46.32115.41190.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 81.71%
GREEN value IS 6 (2.73% from 255) = 3.66%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=81.71%
G=3.66%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13462400.960.820.47351.5691.4327.45
Hex86618060522F1605b1b
Octal20663001401225754013333
Binary1000011011011000011000001010010101111101100000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860618; }

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

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

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

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

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

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

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

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