#924749

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

Shades of Solid Pink #924749

Tints of Solid Pink #924749

Color information

#924749 (or 0x924749) is unknown color: approx Solid Pink. HEX triplet: 92, 47 and 49. RGB value is (146,71,73). Sum of RGB (Red+Green+Blue) = 146+71+73=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #924749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924749 is #6DB8B6. Grayscale: #5D5D5D. Windows color (decimal): -7190711 or 4802450. OLE color: 4802450.

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

Color convert

RGB1467173-
CMYK00.510.50.43
HSL358.4º34.56%42.55%-
HSV(B)358.4º51.37%57.25%-
XYZ15.3111.17.64-
YUV93.65116.35165.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.34%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=50.34%
G=24.48%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146717300.510.50.43358.434.5642.55
Hex924749033322B166232b
Octal22210711106362535464353
Binary10010010100011110010010110011110010101011101100110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924749; }

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

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

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

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

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

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

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

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