#924D53

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

Shades of Solid Pink #924D53

Tints of Solid Pink #924D53

Color information

#924D53 (or 0x924D53) is unknown color: approx Solid Pink. HEX triplet: 92, 4D and 53. RGB value is (146,77,83). Sum of RGB (Red+Green+Blue) = 146+77+83=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #924D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D53 is #6DB2AC. Grayscale: #626262. Windows color (decimal): -7189165 or 5459346. OLE color: 5459346.

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

Color convert

RGB1467783-
CMYK00.470.430.43
HSL354.78º30.94%43.73%-
HSV(B)354.78º47.26%57.25%-
XYZ16.0712.049.66-
YUV98.32119.36162.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 83 (32.81% from 255) = 27.12%
R=47.71%
G=25.16%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146778300.470.430.43354.7830.9443.73
Hex924D5302F2B2B1631f2c
Octal22211512305753535433754
Binary1001001010011011010011010111110101110101110110001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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