#86383D

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

Shades of Stiletto #86383D

Tints of Stiletto #86383D

Color information

#86383D (or 0x86383D) is unknown color: approx Stiletto. HEX triplet: 86, 38 and 3D. RGB value is (134,56,61). Sum of RGB (Red+Green+Blue) = 134+56+61=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #86383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86383D is #79C7C2. Grayscale: #4F4F4F. Windows color (decimal): -7980995 or 4012166. OLE color: 4012166.

HSL color Cylindrical-coordinate representation of color #86383D: hue angle of 356.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86383D is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1345661-
CMYK00.580.540.47
HSL356.15º41.05%37.25%-
HSV(B)356.15º58.21%52.55%-
XYZ12.098.235.37-
YUV79.89117.34166.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=53.39%
G=22.31%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134566100.580.540.47356.1541.0537.25
Hex86383D03A362F1642925
Octal206707507266575445145
Binary100001101110001111010111010110110101111101100100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86383D; }

 p { color: rgb(134,56,61); }

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

<style>
 a { background-color: #86383D; }

 a { background-color: rgb(134,56,61); }

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

<style>
 span { border-color: #86383D; }

 span { border-color: rgb(134,56,61); }

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