#863A3F

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

Shades of Stiletto #863A3F

Tints of Stiletto #863A3F

Color information

#863A3F (or 0x863A3F) is unknown color: approx Stiletto. HEX triplet: 86, 3A and 3F. RGB value is (134,58,63). Sum of RGB (Red+Green+Blue) = 134+58+63=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #863A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A3F is #79C5C0. Grayscale: #515151. Windows color (decimal): -7980481 or 4143750. OLE color: 4143750.

HSL color Cylindrical-coordinate representation of color #863A3F: hue angle of 356.05º 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 #863A3F is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1345863-
CMYK00.570.530.47
HSL356.05º39.58%37.65%-
HSV(B)356.05º56.72%52.55%-
XYZ12.248.455.69-
YUV81.29117.68165.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 58 (23.05% from 255) = 22.75%
BLUE value IS 63 (25% from 255) = 24.71%
R=52.55%
G=22.75%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134586300.570.530.47356.0539.5837.65
Hex863A3F039352F1642826
Octal206727707165575445046
Binary100001101110101111110111001110101101111101100100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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