#93474A

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

Shades of Solid Pink #93474A

Tints of Solid Pink #93474A

Color information

#93474A (or 0x93474A) is unknown color: approx Solid Pink. HEX triplet: 93, 47 and 4A. RGB value is (147,71,74). Sum of RGB (Red+Green+Blue) = 147+71+74=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93474A is #6CB8B5. Grayscale: #5E5E5E. Windows color (decimal): -7125174 or 4867987. OLE color: 4867987.

HSL color Cylindrical-coordinate representation of color #93474A: hue angle of 357.63º 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 #93474A is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1477174-
CMYK00.520.500.42
HSL357.63º34.86%42.75%-
HSV(B)357.63º51.7%57.65%-
XYZ15.5211.27.82-
YUV94.07116.68165.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.34%
GREEN value IS 71 (28.12% from 255) = 24.32%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=50.34%
G=24.32%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147717400.520.500.42357.6334.8642.75
Hex93474A034322A166232b
Octal22310711206462525464353
Binary10010011100011110010100110100110010101010101100110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,71,74); }

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

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

 a { background-color: rgb(147,71,74); }

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

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

 span { border-color: rgb(147,71,74); }

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