#93494B

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

Shades of Solid Pink #93494B

Tints of Solid Pink #93494B

Color information

#93494B (or 0x93494B) is unknown color: approx Solid Pink. HEX triplet: 93, 49 and 4B. RGB value is (147,73,75). Sum of RGB (Red+Green+Blue) = 147+73+75=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93494B is #6CB6B4. Grayscale: #5F5F5F. Windows color (decimal): -7124661 or 4934035. OLE color: 4934035.

HSL color Cylindrical-coordinate representation of color #93494B: hue angle of 358.38º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93494B is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1477375-
CMYK00.500.490.42
HSL358.38º33.64%43.14%-
HSV(B)358.38º50.34%57.65%-
XYZ15.6911.488.05-
YUV95.35116.52164.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=49.83%
G=24.75%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147737500.500.490.42358.3833.6443.14
Hex93494B032312A166222b
Octal22311111306261525464253
Binary10010011100100110010110110010110001101010101100110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93494B; }

 p { color: rgb(147,73,75); }

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

<style>
 a { background-color: #93494B; }

 a { background-color: rgb(147,73,75); }

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

<style>
 span { border-color: #93494B; }

 span { border-color: rgb(147,73,75); }

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