#93474F

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

Shades of Solid Pink #93474F

Tints of Solid Pink #93474F

Color information

#93474F (or 0x93474F) is unknown color: approx Solid Pink. HEX triplet: 93, 47 and 4F. RGB value is (147,71,79). Sum of RGB (Red+Green+Blue) = 147+71+79=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #93474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93474F is #6CB8B0. Grayscale: #5E5E5E. Windows color (decimal): -7125169 or 5195667. OLE color: 5195667.

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

Color convert

RGB1477179-
CMYK00.520.460.42
HSL353.68º34.86%42.75%-
HSV(B)353.68º51.7%57.65%-
XYZ15.711.278.75-
YUV94.64119.18165.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=49.49%
G=23.91%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147717900.520.460.42353.6834.8642.75
Hex93474F0342E2A162232b
Octal22310711706456525424353
Binary10010011100011110011110110100101110101010101100010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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