#913F42

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

Shades of Stiletto #913F42

Tints of Stiletto #913F42

Color information

#913F42 (or 0x913F42) is unknown color: approx Stiletto. HEX triplet: 91, 3F and 42. RGB value is (145,63,66). Sum of RGB (Red+Green+Blue) = 145+63+66=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #913F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913F42 is #6EC0BD. Grayscale: #575757. Windows color (decimal): -7258302 or 4341649. OLE color: 4341649.

HSL color Cylindrical-coordinate representation of color #913F42: hue angle of 357.8º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #913F42 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB1456366-
CMYK00.570.540.43
HSL357.8º39.42%40.78%-
HSV(B)357.8º56.55%56.86%-
XYZ14.449.976.32-
YUV87.86115.67168.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.92%
GREEN value IS 63 (25% from 255) = 22.99%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=52.92%
G=22.99%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145636600.570.540.43357.839.4240.78
Hex913F42039362B1662729
Octal2217710207166535464751
Binary1001000111111110000100111001110110101011101100110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913F42; }

 p { color: rgb(145,63,66); }

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

<style>
 a { background-color: #913F42; }

 a { background-color: rgb(145,63,66); }

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

<style>
 span { border-color: #913F42; }

 span { border-color: rgb(145,63,66); }

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