#87383C

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

Shades of Stiletto #87383C

Tints of Stiletto #87383C

Color information

#87383C (or 0x87383C) is unknown color: approx Stiletto. HEX triplet: 87, 38 and 3C. RGB value is (135,56,60). Sum of RGB (Red+Green+Blue) = 135+56+60=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #87383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87383C is #78C7C3. Grayscale: #505050. Windows color (decimal): -7915460 or 3946631. OLE color: 3946631.

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

Color convert

RGB1355660-
CMYK00.590.560.47
HSL356.96º41.36%37.45%-
HSV(B)356.96º58.52%52.94%-
XYZ12.228.315.23-
YUV80.08116.67167.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=53.78%
G=22.31%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135566000.590.560.47356.9641.3637.45
Hex87383C03B382F1652925
Octal207707407370575455145
Binary100001111110001111000111011111000101111101100101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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