#94414C

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

Shades of Solid Pink #94414C

Tints of Solid Pink #94414C

Color information

#94414C (or 0x94414C) is unknown color: approx Solid Pink. HEX triplet: 94, 41 and 4C. RGB value is (148,65,76). Sum of RGB (Red+Green+Blue) = 148+65+76=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #94414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94414C is #6BBEB3. Grayscale: #5B5B5B. Windows color (decimal): -7061172 or 4997524. OLE color: 4997524.

HSL color Cylindrical-coordinate representation of color #94414C: hue angle of 352.05º 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 #94414C is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1486576-
CMYK00.560.490.42
HSL352.05º38.97%41.76%-
HSV(B)352.05º56.08%58.04%-
XYZ15.4110.68.07-
YUV91.07119.5168.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.21%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 76 (30.08% from 255) = 26.30%
R=51.21%
G=22.49%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148657600.560.490.42352.0538.9741.76
Hex94414C038312A160272a
Octal22410111407061525404752
Binary10010100100000110011000111000110001101010101100000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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