#860028

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

Shades of Burgundy #860028

Tints of Burgundy #860028

Color information

#860028 (or 0x860028) is unknown color: approx Burgundy. HEX triplet: 86, 00 and 28. RGB value is (134,0,40). Sum of RGB (Red+Green+Blue) = 134+0+40=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #860028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860028 is #79FFD7. Grayscale: #2C2C2C. Windows color (decimal): -7995352 or 2621574. OLE color: 2621574.

HSL color Cylindrical-coordinate representation of color #860028: hue angle of 342.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860028 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB134040-
CMYK010.700.47
HSL342.09º100%26.27%-
HSV(B)342.09º100%52.55%-
XYZ10.215.222.48-
YUV44.63125.39191.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=77.01%
G=0%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134040010.700.47342.0910026.27
Hex86028064462F156641a
Octal20605001441065752614432
Binary100001100101000011001001000110101111101010110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860028; }

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

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

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

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

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

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

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

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