Html Css Color HEX #87393A Stiletto

📋 copy color: '#87393A'

red 135 ◦ green 57 ◦ blue 58

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

Shades of Stiletto #87393A

Tints of Stiletto #87393A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.2%

R = 54%
G = 22.8%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#87393A (or 0x87393A) is known color: Stiletto. HEX triplet: 87, 39 and 3A. RGB value is (135,57,58). Sum of RGB (Red+Green+Blue) = 135+57+58=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87393A is #78C6C5. Grayscale: #505050. Windows color (decimal): -7915206 or 3815815. OLE color: 3815815.

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

Color convert

RGB 135 57 58 -
CMYK 0 0.58 0.57 0.47
HSL 359.23º 0.41% 0.38% -
HSV(B) 359.23º 0.58% 0.53% -
XYZ 12.22 8.38 4.98 -
YUV 80.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 135 57 58 0 0.58 0.57 0.47 359.23 0.41 0.38
Hex 87 39 3A 0 3A 39 2F 167 29 26
Octal 207 71 72 0 72 71 57 547 51 46
Binary 10000111 111001 111010 0 111010 111001 101111 101100111 101001 100110

Color Harmonies of #87393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87393A

Black with #87393A

Text Example


Text Example

White with #87393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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