#94424B

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

Shades of Solid Pink #94424B

Tints of Solid Pink #94424B

Color information

#94424B (or 0x94424B) is unknown color: approx Solid Pink. HEX triplet: 94, 42 and 4B. RGB value is (148,66,75). Sum of RGB (Red+Green+Blue) = 148+66+75=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #94424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94424B is #6BBDB4. Grayscale: #5B5B5B. Windows color (decimal): -7060917 or 4932244. OLE color: 4932244.

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

Color convert

RGB1486675-
CMYK00.550.490.42
HSL353.41º38.32%41.96%-
HSV(B)353.41º55.41%58.04%-
XYZ15.4310.77.91-
YUV91.54118.67168.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.21%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 75 (29.69% from 255) = 25.95%
R=51.21%
G=22.84%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148667500.550.490.42353.4138.3241.96
Hex94424B037312A161262a
Octal22410211306761525414652
Binary10010100100001010010110110111110001101010101100001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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