#87393E

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

Shades of Stiletto #87393E

Tints of Stiletto #87393E

Color information

#87393E (or 0x87393E) is unknown color: approx Stiletto. HEX triplet: 87, 39 and 3E. RGB value is (135,57,62). Sum of RGB (Red+Green+Blue) = 135+57+62=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #87393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87393E is #78C6C1. Grayscale: #505050. Windows color (decimal): -7915202 or 4077959. OLE color: 4077959.

HSL color Cylindrical-coordinate representation of color #87393E: hue angle of 356.15º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #87393E is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1355762-
CMYK00.580.540.47
HSL356.15º40.63%37.65%-
HSV(B)356.15º57.78%52.94%-
XYZ12.328.425.53-
YUV80.89117.34166.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.15%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=53.15%
G=22.44%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135576200.580.540.47356.1540.6337.65
Hex87393E03A362F1642926
Octal207717607266575445146
Binary100001111110011111100111010110110101111101100100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87393E; }

 p { color: rgb(135,57,62); }

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

<style>
 a { background-color: #87393E; }

 a { background-color: rgb(135,57,62); }

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

<style>
 span { border-color: #87393E; }

 span { border-color: rgb(135,57,62); }

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