#860936

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

Shades of Burgundy #860936

Tints of Burgundy #860936

Color information

#860936 (or 0x860936) is unknown color: approx Burgundy. HEX triplet: 86, 09 and 36. RGB value is (134,9,54). Sum of RGB (Red+Green+Blue) = 134+9+54=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #860936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860936 is #79F6C9. Grayscale: #333333. Windows color (decimal): -7993034 or 3541382. OLE color: 3541382.

HSL color Cylindrical-coordinate representation of color #860936: hue angle of 338.4º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860936 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB134954-
CMYK00.930.600.47
HSL338.4º87.41%28.04%-
HSV(B)338.4º93.28%52.55%-
XYZ10.65.534-
YUV51.5129.41186.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 54 (21.48% from 255) = 27.41%
R=68.02%
G=4.57%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13495400.930.600.47338.487.4128.04
Hex8693605D3C2F152571c
Octal20611660135745752212734
Binary10000110100111011001011101111100101111101010010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860936; }

 p { color: rgb(134,9,54); }

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

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

 a { background-color: rgb(134,9,54); }

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

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

 span { border-color: rgb(134,9,54); }

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