#87393B

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

Shades of Stiletto #87393B

Tints of Stiletto #87393B

Color information

#87393B (or 0x87393B) is unknown color: approx Stiletto. HEX triplet: 87, 39 and 3B. RGB value is (135,57,59). Sum of RGB (Red+Green+Blue) = 135+57+59=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #87393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87393B is #78C6C4. Grayscale: #505050. Windows color (decimal): -7915205 or 3881351. OLE color: 3881351.

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

Color convert

RGB1355759-
CMYK00.580.560.47
HSL358.46º40.63%37.65%-
HSV(B)358.46º57.78%52.94%-
XYZ12.248.395.11-
YUV80.55115.84166.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 59 (23.44% from 255) = 23.51%
R=53.78%
G=22.71%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135575900.580.560.47358.4640.6337.65
Hex87393B03A382F1662926
Octal207717307270575465146
Binary100001111110011110110111010111000101111101100110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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