#860431

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

Shades of Burgundy #860431

Tints of Burgundy #860431

Color information

#860431 (or 0x860431) is unknown color: approx Burgundy. HEX triplet: 86, 04 and 31. RGB value is (134,4,49). Sum of RGB (Red+Green+Blue) = 134+4+49=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #860431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860431 is #79FBCE. Grayscale: #2F2F2F. Windows color (decimal): -7994319 or 3212422. OLE color: 3212422.

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

Color convert

RGB134449-
CMYK00.970.630.47
HSL339.23º94.2%27.06%-
HSV(B)339.23º97.01%52.55%-
XYZ10.435.383.39-
YUV48128.57189.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.66%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=71.66%
G=2.14%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13444900.970.630.47339.2394.227.06
Hex864310613F2F1535e1b
Octal2064610141775752313633
Binary1000011010011000101100001111111101111101010011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860431; }

 p { color: rgb(134,4,49); }

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

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

 a { background-color: rgb(134,4,49); }

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

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

 span { border-color: rgb(134,4,49); }

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