#944146

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

Shades of Solid Pink #944146

Tints of Solid Pink #944146

Color information

#944146 (or 0x944146) is unknown color: approx Solid Pink. HEX triplet: 94, 41 and 46. RGB value is (148,65,70). Sum of RGB (Red+Green+Blue) = 148+65+70=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #944146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944146 is #6BBEB9. Grayscale: #5A5A5A. Windows color (decimal): -7061178 or 4604308. OLE color: 4604308.

HSL color Cylindrical-coordinate representation of color #944146: hue angle of 356.39º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #944146 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1486570-
CMYK00.560.530.42
HSL356.39º38.97%41.76%-
HSV(B)356.39º56.08%58.04%-
XYZ15.2110.527.02-
YUV90.39116.5169.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.30%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=52.30%
G=22.97%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148657000.560.530.42356.3938.9741.76
Hex944146038352A164272a
Octal22410110607065525444752
Binary10010100100000110001100111000110101101010101100100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944146; }

 p { color: rgb(148,65,70); }

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

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

 a { background-color: rgb(148,65,70); }

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

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

 span { border-color: rgb(148,65,70); }

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