#873A41

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

Shades of Stiletto #873A41

Tints of Stiletto #873A41

Color information

#873A41 (or 0x873A41) is unknown color: approx Stiletto. HEX triplet: 87, 3A and 41. RGB value is (135,58,65). Sum of RGB (Red+Green+Blue) = 135+58+65=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #873A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A41 is #78C5BE. Grayscale: #515151. Windows color (decimal): -7914943 or 4274823. OLE color: 4274823.

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

Color convert

RGB1355865-
CMYK00.570.520.47
HSL354.55º39.9%37.84%-
HSV(B)354.55º57.04%52.94%-
XYZ12.468.566-
YUV81.82118.51165.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 58 (23.05% from 255) = 22.48%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=52.33%
G=22.48%
B=25.19%

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
Decimal135586500.570.520.47354.5539.937.84
Hex873A41039342F1632826
Octal2077210107164575435046
Binary1000011111101010000010111001110100101111101100011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873A41; }

 p { color: rgb(135,58,65); }

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

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

 a { background-color: rgb(135,58,65); }

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

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

 span { border-color: rgb(135,58,65); }

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