#86363E

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

Shades of Stiletto #86363E

Tints of Stiletto #86363E

Color information

#86363E (or 0x86363E) is unknown color: approx Stiletto. HEX triplet: 86, 36 and 3E. RGB value is (134,54,62). Sum of RGB (Red+Green+Blue) = 134+54+62=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #86363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86363E is #79C9C1. Grayscale: #4E4E4E. Windows color (decimal): -7981506 or 4077190. OLE color: 4077190.

HSL color Cylindrical-coordinate representation of color #86363E: hue angle of 354º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86363E is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1345462-
CMYK00.600.540.47
HSL354º42.55%36.86%-
HSV(B)354º59.7%52.55%-
XYZ12.028.055.48-
YUV78.83118.5167.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 62 (24.61% from 255) = 24.8%
R=53.6%
G=21.6%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134546200.600.540.4735442.5536.86
Hex86363E03C362F1622b25
Octal206667607466575425345
Binary100001101101101111100111100110110101111101100010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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