#8C3F44

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

Shades of Stiletto #8C3F44

Tints of Stiletto #8C3F44

Color information

#8C3F44 (or 0x8C3F44) is unknown color: approx Stiletto. HEX triplet: 8C, 3F and 44. RGB value is (140,63,68). Sum of RGB (Red+Green+Blue) = 140+63+68=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3F44 is #73C0BB. Grayscale: #565656. Windows color (decimal): -7585980 or 4472716. OLE color: 4472716.

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

Color convert

RGB1406368-
CMYK00.550.510.45
HSL356.1º37.93%39.8%-
HSV(B)356.1º55%54.9%-
XYZ13.649.556.59-
YUV86.59117.51166.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.66%
GREEN value IS 63 (25% from 255) = 23.25%
BLUE value IS 68 (26.95% from 255) = 25.09%
R=51.66%
G=23.25%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140636800.550.510.45356.137.9339.8
Hex8C3F44037332D1642628
Octal2147710406763555444650
Binary1000110011111110001000110111110011101101101100100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3F44; }

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

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

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

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

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

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

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

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