#93424A

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

Shades of Solid Pink #93424A

Tints of Solid Pink #93424A

Color information

#93424A (or 0x93424A) is unknown color: approx Solid Pink. HEX triplet: 93, 42 and 4A. RGB value is (147,66,74). Sum of RGB (Red+Green+Blue) = 147+66+74=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #93424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93424A is #6CBDB5. Grayscale: #5B5B5B. Windows color (decimal): -7126454 or 4866707. OLE color: 4866707.

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

Color convert

RGB1476674-
CMYK00.550.500.42
HSL354.07º38.03%41.76%-
HSV(B)354.07º55.1%57.65%-
XYZ15.2210.597.72-
YUV91.13118.34167.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.22%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=51.22%
G=23.00%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147667400.550.500.42354.0738.0341.76
Hex93424A037322A162262a
Octal22310211206762525424652
Binary10010011100001010010100110111110010101010101100010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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