#86373B

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

Shades of Stiletto #86373B

Tints of Stiletto #86373B

Color information

#86373B (or 0x86373B) is unknown color: approx Stiletto. HEX triplet: 86, 37 and 3B. RGB value is (134,55,59). Sum of RGB (Red+Green+Blue) = 134+55+59=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #86373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86373B is #79C8C4. Grayscale: #4F4F4F. Windows color (decimal): -7981253 or 3880838. OLE color: 3880838.

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

Color convert

RGB1345559-
CMYK00.590.560.47
HSL356.96º41.8%37.06%-
HSV(B)356.96º58.96%52.55%-
XYZ11.998.125.07-
YUV79.08116.67167.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.03%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=54.03%
G=22.18%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134555900.590.560.47356.9641.837.06
Hex86373B03B382F1652a25
Octal206677307370575455245
Binary100001101101111110110111011111000101111101100101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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