#913E46

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

Shades of Stiletto #913E46

Tints of Stiletto #913E46

Color information

#913E46 (or 0x913E46) is unknown color: approx Stiletto. HEX triplet: 91, 3E and 46. RGB value is (145,62,70). Sum of RGB (Red+Green+Blue) = 145+62+70=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #913E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913E46 is #6EC1B9. Grayscale: #575757. Windows color (decimal): -7258554 or 4603537. OLE color: 4603537.

HSL color Cylindrical-coordinate representation of color #913E46: hue angle of 354.22º degrees, saturation: 0.4, 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 #913E46 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB1456270-
CMYK00.570.520.43
HSL354.22º40.1%40.59%-
HSV(B)354.22º57.24%56.86%-
XYZ14.519.916.94-
YUV87.73118168.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.35%
GREEN value IS 62 (24.61% from 255) = 22.38%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=52.35%
G=22.38%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145627000.570.520.43354.2240.140.59
Hex913E46039342B1622829
Octal2217610607164535425051
Binary1001000111111010001100111001110100101011101100010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,62,70); }

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

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

 a { background-color: rgb(145,62,70); }

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

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

 span { border-color: rgb(145,62,70); }

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