#860924

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

Shades of Burgundy #860924

Tints of Burgundy #860924

Color information

#860924 (or 0x860924) is unknown color: approx Burgundy. HEX triplet: 86, 09 and 24. RGB value is (134,9,36). Sum of RGB (Red+Green+Blue) = 134+9+36=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #860924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860924 is #79F6DB. Grayscale: #313131. Windows color (decimal): -7993052 or 2361734. OLE color: 2361734.

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

Color convert

RGB134936-
CMYK00.930.730.47
HSL347.04º87.41%28.04%-
HSV(B)347.04º93.28%52.55%-
XYZ10.255.392.17-
YUV49.45120.41188.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.86%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 36 (14.45% from 255) = 20.11%
R=74.86%
G=5.03%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13493600.930.730.47347.0487.4128.04
Hex8692405D492F15b571c
Octal206114401351115753312734
Binary100001101001100100010111011001001101111101011011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860924; }

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

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

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

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

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

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

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

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