#864143

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

Shades of Stiletto #864143

Tints of Stiletto #864143

Color information

#864143 (or 0x864143) is unknown color: approx Stiletto. HEX triplet: 86, 41 and 43. RGB value is (134,65,67). Sum of RGB (Red+Green+Blue) = 134+65+67=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #864143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864143 is #79BEBC. Grayscale: #555555. Windows color (decimal): -7978685 or 4407686. OLE color: 4407686.

HSL color Cylindrical-coordinate representation of color #864143: hue angle of 358.26º degrees, saturation: 0.35, 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 #864143 is Cyan = 0, Magento = 0.51, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB1346567-
CMYK00.510.50.47
HSL358.26º34.67%39.02%-
HSV(B)358.26º51.49%52.55%-
XYZ12.739.256.43-
YUV85.86117.36162.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 67 (26.56% from 255) = 25.19%
R=50.38%
G=24.44%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134656700.510.50.47358.2634.6739.02
Hex864143033322F1662327
Octal20610110306362575464347
Binary10000110100000110000110110011110010101111101100110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864143; }

 p { color: rgb(134,65,67); }

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

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

 a { background-color: rgb(134,65,67); }

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

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

 span { border-color: rgb(134,65,67); }

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