#924D51

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

Shades of Solid Pink #924D51

Tints of Solid Pink #924D51

Color information

#924D51 (or 0x924D51) is unknown color: approx Solid Pink. HEX triplet: 92, 4D and 51. RGB value is (146,77,81). Sum of RGB (Red+Green+Blue) = 146+77+81=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #924D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D51 is #6DB2AE. Grayscale: #626262. Windows color (decimal): -7189167 or 5328274. OLE color: 5328274.

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

Color convert

RGB1467781-
CMYK00.470.450.43
HSL356.52º30.94%43.73%-
HSV(B)356.52º47.26%57.25%-
XYZ15.9912.019.26-
YUV98.09118.36162.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.03%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=48.03%
G=25.33%
B=26.64%

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
Decimal146778100.470.450.43356.5230.9443.73
Hex924D5102F2D2B1651f2c
Octal22211512105755535453754
Binary1001001010011011010001010111110110110101110110010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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