#93484C

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

Shades of Solid Pink #93484C

Tints of Solid Pink #93484C

Color information

#93484C (or 0x93484C) is unknown color: approx Solid Pink. HEX triplet: 93, 48 and 4C. RGB value is (147,72,76). Sum of RGB (Red+Green+Blue) = 147+72+76=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93484C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93484C is #6CB7B3. Grayscale: #5E5E5E. Windows color (decimal): -7124916 or 4999315. OLE color: 4999315.

HSL color Cylindrical-coordinate representation of color #93484C: hue angle of 356.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93484C is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1477276-
CMYK00.510.480.42
HSL356.8º34.25%42.94%-
HSV(B)356.8º51.02%57.65%-
XYZ15.6511.368.21-
YUV94.88117.35165.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=49.83%
G=24.41%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147727600.510.480.42356.834.2542.94
Hex93484C033302A165222b
Octal22311011406360525454253
Binary10010011100100010011000110011110000101010101100101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93484C; }

 p { color: rgb(147,72,76); }

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

<style>
 a { background-color: #93484C; }

 a { background-color: rgb(147,72,76); }

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

<style>
 span { border-color: #93484C; }

 span { border-color: rgb(147,72,76); }

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