#94444D

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

Shades of Solid Pink #94444D

Tints of Solid Pink #94444D

Color information

#94444D (or 0x94444D) is unknown color: approx Solid Pink. HEX triplet: 94, 44 and 4D. RGB value is (148,68,77). Sum of RGB (Red+Green+Blue) = 148+68+77=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94444D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94444D is #6BBBB2. Grayscale: #5C5C5C. Windows color (decimal): -7060403 or 5063828. OLE color: 5063828.

HSL color Cylindrical-coordinate representation of color #94444D: hue angle of 353.25º 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 #94444D is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1486877-
CMYK00.540.480.42
HSL353.25º37.04%42.35%-
HSV(B)353.25º54.05%58.04%-
XYZ15.6210.978.31-
YUV92.95119167.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.51%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 77 (30.47% from 255) = 26.28%
R=50.51%
G=23.21%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148687700.540.480.42353.2537.0442.35
Hex94444D036302A161252a
Octal22410411506660525414552
Binary10010100100010010011010110110110000101010101100001100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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