#863C43

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

Shades of Stiletto #863C43

Tints of Stiletto #863C43

Color information

#863C43 (or 0x863C43) is unknown color: approx Stiletto. HEX triplet: 86, 3C and 43. RGB value is (134,60,67). Sum of RGB (Red+Green+Blue) = 134+60+67=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #863C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C43 is #79C3BC. Grayscale: #525252. Windows color (decimal): -7979965 or 4406406. OLE color: 4406406.

HSL color Cylindrical-coordinate representation of color #863C43: hue angle of 354.32º 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 #863C43 is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB1346067-
CMYK00.550.50.47
HSL354.32º38.14%38.04%-
HSV(B)354.32º55.22%52.55%-
XYZ12.468.716.33-
YUV82.92119.02164.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 60 (23.83% from 255) = 22.99%
BLUE value IS 67 (26.56% from 255) = 25.67%
R=51.34%
G=22.99%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134606700.550.50.47354.3238.1438.04
Hex863C43037322F1622626
Octal2067410306762575424646
Binary1000011011110010000110110111110010101111101100010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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