#863541

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

Shades of Stiletto #863541

Tints of Stiletto #863541

Color information

#863541 (or 0x863541) is unknown color: approx Stiletto. HEX triplet: 86, 35 and 41. RGB value is (134,53,65). Sum of RGB (Red+Green+Blue) = 134+53+65=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #863541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863541 is #79CABE. Grayscale: #4E4E4E. Windows color (decimal): -7981759 or 4273542. OLE color: 4273542.

HSL color Cylindrical-coordinate representation of color #863541: hue angle of 351.11º 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 #863541 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1345365-
CMYK00.600.510.47
HSL351.11º43.32%36.67%-
HSV(B)351.11º60.45%52.55%-
XYZ12.0685.91-
YUV78.59120.34167.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=53.17%
G=21.03%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134536500.600.510.47351.1143.3236.67
Hex86354103C332F15f2b25
Octal2066510107463575375345
Binary1000011011010110000010111100110011101111101011111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863541; }

 p { color: rgb(134,53,65); }

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

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

 a { background-color: rgb(134,53,65); }

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

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

 span { border-color: rgb(134,53,65); }

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