Html Css Color HEX #87383F Stiletto

📋 copy color: '#87383F'

red 135 ◦ green 56 ◦ blue 63

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

Shades of Stiletto #87383F

Tints of Stiletto #87383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.05%

 BLUE value IS 63 (25% from 255) = 24.8%

R = 53.15%
G = 22.05%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#87383F (or 0x87383F) is known color: Stiletto. HEX triplet: 87, 38 and 3F. RGB value is (135,56,63). Sum of RGB (Red+Green+Blue) = 135+56+63=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #87383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87383F is #78C7C0. Grayscale: #505050. Windows color (decimal): -7915457 or 4143239. OLE color: 4143239.

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

Color convert

RGB 135 56 63 -
CMYK 0 0.59 0.53 0.47
HSL 354.68º 0.41% 0.37% -
HSV(B) 354.68º 0.59% 0.53% -
XYZ 12.3 8.34 5.66 -
YUV 80.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 135 56 63 0 0.59 0.53 0.47 354.68 0.41 0.37
Hex 87 38 3F 0 3B 35 2F 163 29 25
Octal 207 70 77 0 73 65 57 543 51 45
Binary 10000111 111000 111111 0 111011 110101 101111 101100011 101001 100101

Color Harmonies of #87383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87383F

Black with #87383F

Text Example


Text Example

White with #87383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87383F;
 }
 .AnyTagClassName
 {
   color: #87383F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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