#863A43

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

Shades of Stiletto #863A43

Tints of Stiletto #863A43

Color information

#863A43 (or 0x863A43) is unknown color: approx Stiletto. HEX triplet: 86, 3A and 43. RGB value is (134,58,67). Sum of RGB (Red+Green+Blue) = 134+58+67=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #863A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A43 is #79C5BC. Grayscale: #515151. Windows color (decimal): -7980477 or 4405894. OLE color: 4405894.

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

Color convert

RGB1345867-
CMYK00.570.50.47
HSL352.89º39.58%37.65%-
HSV(B)352.89º56.72%52.55%-
XYZ12.368.56.3-
YUV81.75119.68165.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 67 (26.56% from 255) = 25.87%
R=51.74%
G=22.39%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134586700.570.50.47352.8939.5837.65
Hex863A43039322F1612826
Octal2067210307162575415046
Binary1000011011101010000110111001110010101111101100001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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