#860833

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

Shades of Burgundy #860833

Tints of Burgundy #860833

Color information

#860833 (or 0x860833) is unknown color: approx Burgundy. HEX triplet: 86, 08 and 33. RGB value is (134,8,51). Sum of RGB (Red+Green+Blue) = 134+8+51=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #860833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860833 is #79F7CC. Grayscale: #323232. Windows color (decimal): -7993293 or 3344518. OLE color: 3344518.

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

Color convert

RGB134851-
CMYK00.940.620.47
HSL339.52º88.73%27.84%-
HSV(B)339.52º94.03%52.55%-
XYZ10.525.483.64-
YUV50.58128.24187.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.43%
GREEN value IS 8 (3.52% from 255) = 4.15%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=69.43%
G=4.15%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13485100.940.620.47339.5288.7327.84
Hex8683305E3E2F154591c
Octal20610630136765752413134
Binary10000110100011001101011110111110101111101010100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860833; }

 p { color: rgb(134,8,51); }

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

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

 a { background-color: rgb(134,8,51); }

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

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

 span { border-color: rgb(134,8,51); }

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