#8c3e44

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

Shades of Stiletto #8C3E44

Tints of Stiletto #8C3E44

Color information

#8C3E44 (or 0x8C3E44) is unknown color: approx Stiletto. HEX triplet: 8C, 3E and 44. RGB value is (140,62,68). Sum of RGB (Red+Green+Blue) = 140+62+68=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3E44 is #73C1BB. Grayscale: #565656. Windows color (decimal): -7586236 or 4472460. OLE color: 4472460.

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

Color convert

RGB1406268-
CMYK00.560.510.45
HSL355.38º38.61%39.61%-
HSV(B)355.38º55.71%54.9%-
XYZ13.589.446.57-
YUV86.01117.84166.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.85%
GREEN value IS 62 (24.61% from 255) = 22.96%
BLUE value IS 68 (26.95% from 255) = 25.19%
R=51.85%
G=22.96%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140626800.560.510.45355.3838.6139.61
Hex8C3E44038332D1632728
Octal2147610407063555434750
Binary1000110011111010001000111000110011101101101100011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c3e44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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