#86383C

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

Shades of Stiletto #86383C

Tints of Stiletto #86383C

Color information

#86383C (or 0x86383C) is unknown color: approx Stiletto. HEX triplet: 86, 38 and 3C. RGB value is (134,56,60). Sum of RGB (Red+Green+Blue) = 134+56+60=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #86383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86383C is #79C7C3. Grayscale: #4F4F4F. Windows color (decimal): -7980996 or 3946630. OLE color: 3946630.

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

Color convert

RGB1345660-
CMYK00.580.550.47
HSL356.92º41.05%37.25%-
HSV(B)356.92º58.21%52.55%-
XYZ12.068.225.23-
YUV79.78116.84166.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 60 (23.83% from 255) = 24%
R=53.6%
G=22.4%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134566000.580.550.47356.9241.0537.25
Hex86383C03A372F1652925
Octal206707407267575455145
Binary100001101110001111000111010110111101111101100101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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