#873A43

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

Shades of Stiletto #873A43

Tints of Stiletto #873A43

Color information

#873A43 (or 0x873A43) is unknown color: approx Stiletto. HEX triplet: 87, 3A and 43. RGB value is (135,58,67). Sum of RGB (Red+Green+Blue) = 135+58+67=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #873A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A43 is #78C5BC. Grayscale: #525252. Windows color (decimal): -7914941 or 4405895. OLE color: 4405895.

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

Color convert

RGB1355867-
CMYK00.570.500.47
HSL352.99º39.9%37.84%-
HSV(B)352.99º57.04%52.94%-
XYZ12.528.586.31-
YUV82.05119.51165.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 67 (26.56% from 255) = 25.77%
R=51.92%
G=22.31%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135586700.570.500.47352.9939.937.84
Hex873A43039322F1612826
Octal2077210307162575415046
Binary1000011111101010000110111001110010101111101100001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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