#94474E

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

Shades of Solid Pink #94474E

Tints of Solid Pink #94474E

Color information

#94474E (or 0x94474E) is unknown color: approx Solid Pink. HEX triplet: 94, 47 and 4E. RGB value is (148,71,78). Sum of RGB (Red+Green+Blue) = 148+71+78=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #94474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94474E is #6BB8B1. Grayscale: #5E5E5E. Windows color (decimal): -7059634 or 5130132. OLE color: 5130132.

HSL color Cylindrical-coordinate representation of color #94474E: hue angle of 354.55º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94474E is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1487178-
CMYK00.520.470.42
HSL354.55º35.16%42.94%-
HSV(B)354.55º52.03%58.04%-
XYZ15.8411.358.56-
YUV94.82118.51165.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=49.83%
G=23.91%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148717800.520.470.42354.5535.1642.94
Hex94474E0342F2A163232b
Octal22410711606457525434353
Binary10010100100011110011100110100101111101010101100011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94474E; }

 p { color: rgb(148,71,78); }

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

<style>
 a { background-color: #94474E; }

 a { background-color: rgb(148,71,78); }

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

<style>
 span { border-color: #94474E; }

 span { border-color: rgb(148,71,78); }

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