#94444C

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

Shades of Solid Pink #94444C

Tints of Solid Pink #94444C

Color information

#94444C (or 0x94444C) is unknown color: approx Solid Pink. HEX triplet: 94, 44 and 4C. RGB value is (148,68,76). Sum of RGB (Red+Green+Blue) = 148+68+76=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #94444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94444C is #6BBBB3. Grayscale: #5C5C5C. Windows color (decimal): -7060404 or 4998292. OLE color: 4998292.

HSL color Cylindrical-coordinate representation of color #94444C: hue angle of 354º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94444C is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1486876-
CMYK00.540.490.42
HSL354º37.04%42.35%-
HSV(B)354º54.05%58.04%-
XYZ15.5810.958.13-
YUV92.83118.5167.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.68%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=50.68%
G=23.29%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148687600.540.490.4235437.0442.35
Hex94444C036312A162252a
Octal22410411406661525424552
Binary10010100100010010011000110110110001101010101100010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94444C; }

 p { color: rgb(148,68,76); }

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

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

 a { background-color: rgb(148,68,76); }

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

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

 span { border-color: rgb(148,68,76); }

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