#860029

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

Shades of Burgundy #860029

Tints of Burgundy #860029

Color information

#860029 (or 0x860029) is unknown color: approx Burgundy. HEX triplet: 86, 00 and 29. RGB value is (134,0,41). Sum of RGB (Red+Green+Blue) = 134+0+41=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #860029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860029 is #79FFD6. Grayscale: #2C2C2C. Windows color (decimal): -7995351 or 2687110. OLE color: 2687110.

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

Color convert

RGB134041-
CMYK010.690.47
HSL341.64º100%26.27%-
HSV(B)341.64º100%52.55%-
XYZ10.235.232.57-
YUV44.74125.89191.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 76.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 23.43%
R=76.57%
G=0%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134041010.690.47341.6410026.27
Hex86029064452F156641a
Octal20605101441055752614432
Binary100001100101001011001001000101101111101010110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860029; }

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

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

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

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

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

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

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

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