#860427

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

Shades of Burgundy #860427

Tints of Burgundy #860427

Color information

#860427 (or 0x860427) is unknown color: approx Burgundy. HEX triplet: 86, 04 and 27. RGB value is (134,4,39). Sum of RGB (Red+Green+Blue) = 134+4+39=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #860427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860427 is #79FBD8. Grayscale: #2E2E2E. Windows color (decimal): -7994329 or 2557062. OLE color: 2557062.

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

Color convert

RGB134439-
CMYK00.970.710.47
HSL343.85º94.2%27.06%-
HSV(B)343.85º97.01%52.55%-
XYZ10.245.32.4-
YUV46.86123.57190.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 75.71%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 39 (15.62% from 255) = 22.03%
R=75.71%
G=2.26%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13443900.970.710.47343.8594.227.06
Hex86427061472F1585e1b
Octal20644701411075753013633
Binary10000110100100111011000011000111101111101011000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860427; }

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

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

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

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

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

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

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

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