#863C41

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

Shades of Stiletto #863C41

Tints of Stiletto #863C41

Color information

#863C41 (or 0x863C41) is unknown color: approx Stiletto. HEX triplet: 86, 3C and 41. RGB value is (134,60,65). Sum of RGB (Red+Green+Blue) = 134+60+65=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #863C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C41 is #79C3BE. Grayscale: #525252. Windows color (decimal): -7979967 or 4275334. OLE color: 4275334.

HSL color Cylindrical-coordinate representation of color #863C41: hue angle of 355.95º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C41 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1346065-
CMYK00.550.510.47
HSL355.95º38.14%38.04%-
HSV(B)355.95º55.22%52.55%-
XYZ12.48.686.02-
YUV82.7118.02164.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 60 (23.83% from 255) = 23.17%
BLUE value IS 65 (25.78% from 255) = 25.10%
R=51.74%
G=23.17%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134606500.550.510.47355.9538.1438.04
Hex863C41037332F1642626
Octal2067410106763575444646
Binary1000011011110010000010110111110011101111101100100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863C41; }

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

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

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

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

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

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

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

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