#8D3D47

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

Shades of Stiletto #8D3D47

Tints of Stiletto #8D3D47

Color information

#8D3D47 (or 0x8D3D47) is unknown color: approx Stiletto. HEX triplet: 8D, 3D and 47. RGB value is (141,61,71). Sum of RGB (Red+Green+Blue) = 141+61+71=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3D47 is #72C2B8. Grayscale: #565656. Windows color (decimal): -7520953 or 4668813. OLE color: 4668813.

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

Color convert

RGB1416171-
CMYK00.570.500.45
HSL352.5º39.6%39.61%-
HSV(B)352.5º56.74%55.29%-
XYZ13.799.467.06-
YUV86.06119.5167.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.65%
GREEN value IS 61 (24.22% from 255) = 22.34%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=51.65%
G=22.34%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141617100.570.500.45352.539.639.61
Hex8D3D47039322D1602828
Octal2157510707162555405050
Binary1000110111110110001110111001110010101101101100000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,61,71); }

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

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

 a { background-color: rgb(141,61,71); }

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

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

 span { border-color: rgb(141,61,71); }

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