#94424A

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

Shades of Solid Pink #94424A

Tints of Solid Pink #94424A

Color information

#94424A (or 0x94424A) is unknown color: approx Solid Pink. HEX triplet: 94, 42 and 4A. RGB value is (148,66,74). Sum of RGB (Red+Green+Blue) = 148+66+74=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #94424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94424A is #6BBDB5. Grayscale: #5B5B5B. Windows color (decimal): -7060918 or 4866708. OLE color: 4866708.

HSL color Cylindrical-coordinate representation of color #94424A: hue angle of 354.15º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94424A is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1486674-
CMYK00.550.500.42
HSL354.15º38.32%41.96%-
HSV(B)354.15º55.41%58.04%-
XYZ15.410.697.73-
YUV91.43118.17168.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.39%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=51.39%
G=22.92%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148667400.550.500.42354.1538.3241.96
Hex94424A037322A162262a
Octal22410211206762525424652
Binary10010100100001010010100110111110010101010101100010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94424A; }

 p { color: rgb(148,66,74); }

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

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

 a { background-color: rgb(148,66,74); }

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

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

 span { border-color: rgb(148,66,74); }

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