#860134

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

Shades of Burgundy #860134

Tints of Burgundy #860134

Color information

#860134 (or 0x860134) is unknown color: approx Burgundy. HEX triplet: 86, 01 and 34. RGB value is (134,1,52). Sum of RGB (Red+Green+Blue) = 134+1+52=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #860134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860134 is #79FECB. Grayscale: #2E2E2E. Windows color (decimal): -7995084 or 3408262. OLE color: 3408262.

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

Color convert

RGB134152-
CMYK00.990.610.47
HSL336.99º98.52%26.47%-
HSV(B)336.99º99.25%52.55%-
XYZ10.465.343.73-
YUV46.58131.06190.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.66%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=71.66%
G=0.53%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13415200.990.610.47336.9998.5226.47
Hex861340633D2F151631a
Octal2061640143755752114332
Binary10000110111010001100011111101101111101010001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860134; }

 p { color: rgb(134,1,52); }

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

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

 a { background-color: rgb(134,1,52); }

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

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

 span { border-color: rgb(134,1,52); }

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