#86383E

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

Shades of Stiletto #86383E

Tints of Stiletto #86383E

Color information

#86383E (or 0x86383E) is unknown color: approx Stiletto. HEX triplet: 86, 38 and 3E. RGB value is (134,56,62). Sum of RGB (Red+Green+Blue) = 134+56+62=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #86383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86383E is #79C7C1. Grayscale: #505050. Windows color (decimal): -7980994 or 4077702. OLE color: 4077702.

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

Color convert

RGB1345662-
CMYK00.580.540.47
HSL355.38º41.05%37.25%-
HSV(B)355.38º58.21%52.55%-
XYZ12.128.245.51-
YUV80.01117.84166.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 62 (24.61% from 255) = 24.60%
R=53.17%
G=22.22%
B=24.60%

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
Decimal134566200.580.540.47355.3841.0537.25
Hex86383E03A362F1632925
Octal206707607266575435145
Binary100001101110001111100111010110110101111101100011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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