#944D52

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

Shades of Solid Pink #944D52

Tints of Solid Pink #944D52

Color information

#944D52 (or 0x944D52) is unknown color: approx Solid Pink. HEX triplet: 94, 4D and 52. RGB value is (148,77,82). Sum of RGB (Red+Green+Blue) = 148+77+82=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #944D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944D52 is #6BB2AD. Grayscale: #626262. Windows color (decimal): -7058094 or 5393812. OLE color: 5393812.

HSL color Cylindrical-coordinate representation of color #944D52: hue angle of 355.77º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #944D52 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1487782-
CMYK00.480.450.42
HSL355.77º31.56%44.12%-
HSV(B)355.77º47.97%58.04%-
XYZ16.3912.219.48-
YUV98.8118.52163.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=48.21%
G=25.08%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148778200.480.450.42355.7731.5644.12
Hex944D520302D2A164202c
Octal22411512206055525444054
Binary10010100100110110100100110000101101101010101100100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944D52; }

 p { color: rgb(148,77,82); }

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

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

 a { background-color: rgb(148,77,82); }

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

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

 span { border-color: rgb(148,77,82); }

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