#914D50

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

Shades of Solid Pink #914D50

Tints of Solid Pink #914D50

Color information

#914D50 (or 0x914D50) is unknown color: approx Solid Pink. HEX triplet: 91, 4D and 50. RGB value is (145,77,80). Sum of RGB (Red+Green+Blue) = 145+77+80=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #914D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D50 is #6EB2AF. Grayscale: #616161. Windows color (decimal): -7254704 or 5262737. OLE color: 5262737.

HSL color Cylindrical-coordinate representation of color #914D50: hue angle of 357.35º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #914D50 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB1457780-
CMYK00.470.450.43
HSL357.35º30.63%43.53%-
HSV(B)357.35º46.9%56.86%-
XYZ15.7811.919.06-
YUV97.67118.03161.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.01%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=48.01%
G=25.50%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145778000.470.450.43357.3530.6343.53
Hex914D5002F2D2B1651f2c
Octal22111512005755535453754
Binary1001000110011011010000010111110110110101110110010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914D50; }

 p { color: rgb(145,77,80); }

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

<style>
 a { background-color: #914D50; }

 a { background-color: rgb(145,77,80); }

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

<style>
 span { border-color: #914D50; }

 span { border-color: rgb(145,77,80); }

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