#863A40

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

Shades of Stiletto #863A40

Tints of Stiletto #863A40

Color information

#863A40 (or 0x863A40) is unknown color: approx Stiletto. HEX triplet: 86, 3A and 40. RGB value is (134,58,64). Sum of RGB (Red+Green+Blue) = 134+58+64=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #863A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A40 is #79C5BF. Grayscale: #515151. Windows color (decimal): -7980480 or 4209286. OLE color: 4209286.

HSL color Cylindrical-coordinate representation of color #863A40: hue angle of 355.26º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A40 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1345864-
CMYK00.570.520.47
HSL355.26º39.58%37.65%-
HSV(B)355.26º56.72%52.55%-
XYZ12.278.465.84-
YUV81.41118.18165.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 64 (25.39% from 255) = 25%
R=52.34%
G=22.66%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134586400.570.520.47355.2639.5837.65
Hex863A40039342F1632826
Octal2067210007164575435046
Binary1000011011101010000000111001110100101111101100011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863A40; }

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

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

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

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

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

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

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

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