#93454A

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

Shades of Solid Pink #93454A

Tints of Solid Pink #93454A

Color information

#93454A (or 0x93454A) is unknown color: approx Solid Pink. HEX triplet: 93, 45 and 4A. RGB value is (147,69,74). Sum of RGB (Red+Green+Blue) = 147+69+74=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93454A is #6CBAB5. Grayscale: #5C5C5C. Windows color (decimal): -7125686 or 4867475. OLE color: 4867475.

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

Color convert

RGB1476974-
CMYK00.530.500.42
HSL356.15º36.11%42.35%-
HSV(B)356.15º53.06%57.65%-
XYZ15.410.957.78-
YUV92.89117.34166.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.69%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=50.69%
G=23.79%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147697400.530.500.42356.1536.1142.35
Hex93454A035322A164242a
Octal22310511206562525444452
Binary10010011100010110010100110101110010101010101100100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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