#863F44

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

Shades of Stiletto #863F44

Tints of Stiletto #863F44

Color information

#863F44 (or 0x863F44) is unknown color: approx Stiletto. HEX triplet: 86, 3F and 44. RGB value is (134,63,68). Sum of RGB (Red+Green+Blue) = 134+63+68=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #863F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F44 is #79C0BB. Grayscale: #545454. Windows color (decimal): -7979196 or 4472710. OLE color: 4472710.

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

Color convert

RGB1346368-
CMYK00.530.490.47
HSL355.77º36.04%38.63%-
HSV(B)355.77º52.99%52.55%-
XYZ12.659.046.55-
YUV84.8118.52163.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 63 (25% from 255) = 23.77%
BLUE value IS 68 (26.95% from 255) = 25.66%
R=50.57%
G=23.77%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134636800.530.490.47355.7736.0438.63
Hex863F44035312F1642427
Octal2067710406561575444447
Binary1000011011111110001000110101110001101111101100100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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