#913E47

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

Shades of Solid Pink #913E47

Tints of Solid Pink #913E47

Color information

#913E47 (or 0x913E47) is unknown color: approx Solid Pink. HEX triplet: 91, 3E and 47. RGB value is (145,62,71). Sum of RGB (Red+Green+Blue) = 145+62+71=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #913E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913E47 is #6EC1B8. Grayscale: #575757. Windows color (decimal): -7258553 or 4669073. OLE color: 4669073.

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

Color convert

RGB1456271-
CMYK00.570.510.43
HSL353.49º40.1%40.59%-
HSV(B)353.49º57.24%56.86%-
XYZ14.549.927.11-
YUV87.84118.5168.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.16%
GREEN value IS 62 (24.61% from 255) = 22.30%
BLUE value IS 71 (28.12% from 255) = 25.54%
R=52.16%
G=22.30%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145627100.570.510.43353.4940.140.59
Hex913E47039332B1612829
Octal2217610707163535415051
Binary1001000111111010001110111001110011101011101100001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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