#944E52

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

Shades of Solid Pink #944E52

Tints of Solid Pink #944E52

Color information

#944E52 (or 0x944E52) is unknown color: approx Solid Pink. HEX triplet: 94, 4E and 52. RGB value is (148,78,82). Sum of RGB (Red+Green+Blue) = 148+78+82=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #944E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E52 is #6BB1AD. Grayscale: #636363. Windows color (decimal): -7057838 or 5394068. OLE color: 5394068.

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

Color convert

RGB1487882-
CMYK00.470.450.42
HSL356.57º30.97%44.31%-
HSV(B)356.57º47.3%58.04%-
XYZ16.4612.359.5-
YUV99.39118.19162.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=48.05%
G=25.32%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148788200.470.450.42356.5730.9744.31
Hex944E5202F2D2A1651f2c
Octal22411612205755525453754
Binary1001010010011101010010010111110110110101010110010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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