#864042

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

Shades of Stiletto #864042

Tints of Stiletto #864042

Color information

#864042 (or 0x864042) is unknown color: approx Stiletto. HEX triplet: 86, 40 and 42. RGB value is (134,64,66). Sum of RGB (Red+Green+Blue) = 134+64+66=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #864042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864042 is #79BFBD. Grayscale: #555555. Windows color (decimal): -7978942 or 4341894. OLE color: 4341894.

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

Color convert

RGB1346466-
CMYK00.520.510.47
HSL358.29º35.35%38.82%-
HSV(B)358.29º52.24%52.55%-
XYZ12.659.136.25-
YUV85.16117.19162.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 66 (26.17% from 255) = 25%
R=50.76%
G=24.24%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134646600.520.510.47358.2935.3538.82
Hex864042034332F1662327
Octal20610010206463575464347
Binary10000110100000010000100110100110011101111101100110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864042; }

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

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

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

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

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

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

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

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