#864245

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

Shades of Stiletto #864245

Tints of Stiletto #864245

Color information

#864245 (or 0x864245) is unknown color: approx Stiletto. HEX triplet: 86, 42 and 45. RGB value is (134,66,69). Sum of RGB (Red+Green+Blue) = 134+66+69=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #864245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864245 is #79BDBA. Grayscale: #565656. Windows color (decimal): -7978427 or 4539014. OLE color: 4539014.

HSL color Cylindrical-coordinate representation of color #864245: hue angle of 357.35º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864245 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1346669-
CMYK00.510.490.47
HSL357.35º34%39.22%-
HSV(B)357.35º50.75%52.55%-
XYZ12.859.396.77-
YUV86.67118.03161.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=49.81%
G=24.54%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134666900.510.490.47357.353439.22
Hex864245033312F1652227
Octal20610210506361575454247
Binary10000110100001010001010110011110001101111101100101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864245; }

 p { color: rgb(134,66,69); }

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

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

 a { background-color: rgb(134,66,69); }

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

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

 span { border-color: rgb(134,66,69); }

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