#863A44

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

Shades of Stiletto #863A44

Tints of Stiletto #863A44

Color information

#863A44 (or 0x863A44) is unknown color: approx Stiletto. HEX triplet: 86, 3A and 44. RGB value is (134,58,68). Sum of RGB (Red+Green+Blue) = 134+58+68=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #863A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A44 is #79C5BB. Grayscale: #515151. Windows color (decimal): -7980476 or 4471430. OLE color: 4471430.

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

Color convert

RGB1345868-
CMYK00.570.490.47
HSL352.11º39.58%37.65%-
HSV(B)352.11º56.72%52.55%-
XYZ12.398.516.46-
YUV81.86120.18165.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=51.54%
G=22.31%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134586800.570.490.47352.1139.5837.65
Hex863A44039312F1602826
Octal2067210407161575405046
Binary1000011011101010001000111001110001101111101100000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,58,68); }

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

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

 a { background-color: rgb(134,58,68); }

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

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

 span { border-color: rgb(134,58,68); }

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