#87383D

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

Shades of Stiletto #87383D

Tints of Stiletto #87383D

Color information

#87383D (or 0x87383D) is unknown color: approx Stiletto. HEX triplet: 87, 38 and 3D. RGB value is (135,56,61). Sum of RGB (Red+Green+Blue) = 135+56+61=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #87383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87383D is #78C7C2. Grayscale: #505050. Windows color (decimal): -7915459 or 4012167. OLE color: 4012167.

HSL color Cylindrical-coordinate representation of color #87383D: hue angle of 356.2º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87383D is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1355661-
CMYK00.590.550.47
HSL356.2º41.36%37.45%-
HSV(B)356.2º58.52%52.94%-
XYZ12.258.325.37-
YUV80.19117.17167.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=53.57%
G=22.22%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135566100.590.550.47356.241.3637.45
Hex87383D03B372F1642925
Octal207707507367575445145
Binary100001111110001111010111011110111101111101100100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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