#860828

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

Shades of Burgundy #860828

Tints of Burgundy #860828

Color information

#860828 (or 0x860828) is unknown color: approx Burgundy. HEX triplet: 86, 08 and 28. RGB value is (134,8,40). Sum of RGB (Red+Green+Blue) = 134+8+40=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #860828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860828 is #79F7D7. Grayscale: #313131. Windows color (decimal): -7993304 or 2623622. OLE color: 2623622.

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

Color convert

RGB134840-
CMYK00.940.700.47
HSL344.76º88.73%27.84%-
HSV(B)344.76º94.03%52.55%-
XYZ10.35.42.51-
YUV49.32122.74188.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 73.63%
GREEN value IS 8 (3.52% from 255) = 4.40%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=73.63%
G=4.40%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13484000.940.700.47344.7688.7327.84
Hex8682805E462F159591c
Octal206105001361065753113134
Binary100001101000101000010111101000110101111101011001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860828; }

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

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

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

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

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

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

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

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