#860724

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

Shades of Burgundy #860724

Tints of Burgundy #860724

Color information

#860724 (or 0x860724) is unknown color: approx Burgundy. HEX triplet: 86, 07 and 24. RGB value is (134,7,36). Sum of RGB (Red+Green+Blue) = 134+7+36=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #860724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860724 is #79F8DB. Grayscale: #303030. Windows color (decimal): -7993564 or 2361222. OLE color: 2361222.

HSL color Cylindrical-coordinate representation of color #860724: hue angle of 346.3º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860724 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB134736-
CMYK00.950.730.47
HSL346.3º90.07%27.65%-
HSV(B)346.3º94.78%52.55%-
XYZ10.235.352.16-
YUV48.28121.08189.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 75.71%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=75.71%
G=3.95%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13473600.950.730.47346.390.0727.65
Hex8672405F492F15a5a1c
Octal20674401371115753213234
Binary10000110111100100010111111001001101111101011010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860724; }

 p { color: rgb(134,7,36); }

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

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

 a { background-color: rgb(134,7,36); }

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

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

 span { border-color: rgb(134,7,36); }

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