#86373C

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

Shades of Stiletto #86373C

Tints of Stiletto #86373C

Color information

#86373C (or 0x86373C) is unknown color: approx Stiletto. HEX triplet: 86, 37 and 3C. RGB value is (134,55,60). Sum of RGB (Red+Green+Blue) = 134+55+60=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86373C is #79C8C3. Grayscale: #4F4F4F. Windows color (decimal): -7981252 or 3946374. OLE color: 3946374.

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

Color convert

RGB1345560-
CMYK00.590.550.47
HSL356.2º41.8%37.06%-
HSV(B)356.2º58.96%52.55%-
XYZ12.018.135.21-
YUV79.19117.17167.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=53.82%
G=22.09%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134556000.590.550.47356.241.837.06
Hex86373C03B372F1642a25
Octal206677407367575445245
Binary100001101101111111000111011110111101111101100100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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