#860320

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

Shades of Burgundy #860320

Tints of Burgundy #860320

Color information

#860320 (or 0x860320) is unknown color: approx Burgundy. HEX triplet: 86, 03 and 20. RGB value is (134,3,32). Sum of RGB (Red+Green+Blue) = 134+3+32=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #860320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860320 is #79FCDF. Grayscale: #2D2D2D. Windows color (decimal): -7994592 or 2098054. OLE color: 2098054.

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

Color convert

RGB134332-
CMYK00.980.760.47
HSL346.72º95.62%26.86%-
HSV(B)346.72º97.76%52.55%-
XYZ10.125.241.84-
YUV45.48120.4191.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 79.29%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=79.29%
G=1.78%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13433200.980.760.47346.7295.6226.86
Hex863200624C2F15b601b
Octal20634001421145753314033
Binary1000011011100000011000101001100101111101011011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860320; }

 p { color: rgb(134,3,32); }

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

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

 a { background-color: rgb(134,3,32); }

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

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

 span { border-color: rgb(134,3,32); }

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