#860F24

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

Shades of Burgundy #860F24

Tints of Burgundy #860F24

Color information

#860F24 (or 0x860F24) is unknown color: approx Burgundy. HEX triplet: 86, 0F and 24. RGB value is (134,15,36). Sum of RGB (Red+Green+Blue) = 134+15+36=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #860F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860F24 is #79F0DB. Grayscale: #353535. Windows color (decimal): -7991516 or 2363270. OLE color: 2363270.

HSL color Cylindrical-coordinate representation of color #860F24: hue angle of 349.41º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F24 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1341536-
CMYK00.890.730.47
HSL349.41º79.87%29.22%-
HSV(B)349.41º88.81%52.55%-
XYZ10.325.542.19-
YUV52.97118.42185.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.43%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=72.43%
G=8.11%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134153600.890.730.47349.4179.8729.22
Hex86F24059492F15d501d
Octal206174401311115753512035
Binary100001101111100100010110011001001101111101011101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860F24; }

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

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

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

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

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

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

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

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