#914D51

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

Shades of Solid Pink #914D51

Tints of Solid Pink #914D51

Color information

#914D51 (or 0x914D51) is unknown color: approx Solid Pink. HEX triplet: 91, 4D and 51. RGB value is (145,77,81). Sum of RGB (Red+Green+Blue) = 145+77+81=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #914D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D51 is #6EB2AE. Grayscale: #616161. Windows color (decimal): -7254703 or 5328273. OLE color: 5328273.

HSL color Cylindrical-coordinate representation of color #914D51: hue angle of 356.47º 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 #914D51 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB1457781-
CMYK00.470.440.43
HSL356.47º30.63%43.53%-
HSV(B)356.47º46.9%56.86%-
XYZ15.8211.929.25-
YUV97.79118.53161.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.85%
GREEN value IS 77 (30.47% from 255) = 25.41%
BLUE value IS 81 (32.03% from 255) = 26.73%
R=47.85%
G=25.41%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145778100.470.440.43356.4730.6343.53
Hex914D5102F2C2B1641f2c
Octal22111512105754535443754
Binary1001000110011011010001010111110110010101110110010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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