#924249

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

Shades of Solid Pink #924249

Tints of Solid Pink #924249

Color information

#924249 (or 0x924249) is unknown color: approx Solid Pink. HEX triplet: 92, 42 and 49. RGB value is (146,66,73). Sum of RGB (Red+Green+Blue) = 146+66+73=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #924249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924249 is #6DBDB6. Grayscale: #5A5A5A. Windows color (decimal): -7191991 or 4801170. OLE color: 4801170.

HSL color Cylindrical-coordinate representation of color #924249: hue angle of 354.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924249 is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB1466673-
CMYK00.550.50.43
HSL354.75º37.74%41.57%-
HSV(B)354.75º54.79%57.25%-
XYZ1510.497.54-
YUV90.72118167.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=51.23%
G=23.16%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146667300.550.50.43354.7537.7441.57
Hex924249037322B163262a
Octal22210211106762535434652
Binary10010010100001010010010110111110010101011101100011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924249; }

 p { color: rgb(146,66,73); }

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

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

 a { background-color: rgb(146,66,73); }

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

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

 span { border-color: rgb(146,66,73); }

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