#860027

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

Shades of Burgundy #860027

Tints of Burgundy #860027

Color information

#860027 (or 0x860027) is unknown color: approx Burgundy. HEX triplet: 86, 00 and 27. RGB value is (134,0,39). Sum of RGB (Red+Green+Blue) = 134+0+39=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #860027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860027 is #79FFD8. Grayscale: #2C2C2C. Windows color (decimal): -7995353 or 2556038. OLE color: 2556038.

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

Color convert

RGB134039-
CMYK010.710.47
HSL342.54º100%26.27%-
HSV(B)342.54º100%52.55%-
XYZ10.25.212.39-
YUV44.51124.89191.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 22.54%
R=77.46%
G=0%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134039010.710.47342.5410026.27
Hex86027064472F157641a
Octal20604701441075752714432
Binary100001100100111011001001000111101111101010111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860027; }

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

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

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

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

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

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

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

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