Html Css Color HEX #87373C Stiletto

📋 copy color: '#87373C'

red 135 ◦ green 55 ◦ blue 60

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

Shades of Stiletto #87373C

Tints of Stiletto #87373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

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

R = 54%
G = 22%
B = 24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87373C (or 0x87373C) is known color: Stiletto. HEX triplet: 87, 37 and 3C. RGB value is (135,55,60). Sum of RGB (Red+Green+Blue) = 135+55+60=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87373C is #78C8C3. Grayscale: #4F4F4F. Windows color (decimal): -7915716 or 3946375. OLE color: 3946375.

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

Color convert

RGB 135 55 60 -
CMYK 0 0.59 0.56 0.47
HSL 356.25º 0.42% 0.37% -
HSV(B) 356.25º 0.59% 0.53% -
XYZ 12.17 8.21 5.22 -
YUV 79.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 135 55 60 0 0.59 0.56 0.47 356.25 0.42 0.37
Hex 87 37 3C 0 3B 38 2F 164 2A 25
Octal 207 67 74 0 73 70 57 544 52 45
Binary 10000111 110111 111100 0 111011 111000 101111 101100100 101010 100101

Color Harmonies of #87373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87373C

Black with #87373C

Text Example


Text Example

White with #87373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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