#860933

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

Shades of Burgundy #860933

Tints of Burgundy #860933

Color information

#860933 (or 0x860933) is unknown color: approx Burgundy. HEX triplet: 86, 09 and 33. RGB value is (134,9,51). Sum of RGB (Red+Green+Blue) = 134+9+51=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #860933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860933 is #79F6CC. Grayscale: #333333. Windows color (decimal): -7993037 or 3344774. OLE color: 3344774.

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

Color convert

RGB134951-
CMYK00.930.620.47
HSL339.84º87.41%28.04%-
HSV(B)339.84º93.28%52.55%-
XYZ10.535.53.64-
YUV51.16127.91187.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.07%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 51 (20.31% from 255) = 26.29%
R=69.07%
G=4.64%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13495100.930.620.47339.8487.4128.04
Hex8693305D3E2F154571c
Octal20611630135765752412734
Binary10000110100111001101011101111110101111101010100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860933; }

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

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

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

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

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

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

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

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