#87393D

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

Shades of Stiletto #87393D

Tints of Stiletto #87393D

Color information

#87393D (or 0x87393D) is unknown color: approx Stiletto. HEX triplet: 87, 39 and 3D. RGB value is (135,57,61). Sum of RGB (Red+Green+Blue) = 135+57+61=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #87393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87393D is #78C6C2. Grayscale: #505050. Windows color (decimal): -7915203 or 4012423. OLE color: 4012423.

HSL color Cylindrical-coordinate representation of color #87393D: hue angle of 356.92º 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 #87393D is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1355761-
CMYK00.580.550.47
HSL356.92º40.63%37.65%-
HSV(B)356.92º57.78%52.94%-
XYZ12.38.415.39-
YUV80.78116.84166.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=53.36%
G=22.53%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135576100.580.550.47356.9240.6337.65
Hex87393D03A372F1652926
Octal207717507267575455146
Binary100001111110011111010111010110111101111101100101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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