Html Css Color HEX #87393C Stiletto

📋 copy color: '#87393C'

red 135 ◦ green 57 ◦ blue 60

#87393C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stiletto #87393C

Tints of Stiletto #87393C

RGB

 RED value IS 135 (53.13% from 255) = 53.57%

 GREEN value IS 57 (22.66% from 255) = 22.62%

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 53.57%
G = 22.62%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87393C (or 0x87393C) is known color: Stiletto. HEX triplet: 87, 39 and 3C. RGB value is (135,57,60). Sum of RGB (Red+Green+Blue) = 135+57+60=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #87393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87393C is #78C6C3. Grayscale: #505050. Windows color (decimal): -7915204 or 3946887. OLE color: 3946887.

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

Color convert

RGB 135 57 60 -
CMYK 0 0.58 0.56 0.47
HSL 357.69º 0.41% 0.38% -
HSV(B) 357.69º 0.58% 0.53% -
XYZ 12.27 8.4 5.25 -
YUV 80.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 135 57 60 0 0.58 0.56 0.47 357.69 0.41 0.38
Hex 87 39 3C 0 3A 38 2F 166 29 26
Octal 207 71 74 0 72 70 57 546 51 46
Binary 10000111 111001 111100 0 111010 111000 101111 101100110 101001 100110

Color Harmonies of #87393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87393C

Black with #87393C

Text Example


Text Example

White with #87393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87393C;
 }
 .AnyTagClassName
 {
   color: #87393C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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