#93484D

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

Shades of Solid Pink #93484D

Tints of Solid Pink #93484D

Color information

#93484D (or 0x93484D) is unknown color: approx Solid Pink. HEX triplet: 93, 48 and 4D. RGB value is (147,72,77). Sum of RGB (Red+Green+Blue) = 147+72+77=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #93484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93484D is #6CB7B2. Grayscale: #5F5F5F. Windows color (decimal): -7124915 or 5064851. OLE color: 5064851.

HSL color Cylindrical-coordinate representation of color #93484D: hue angle of 356º 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 #93484D is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1477277-
CMYK00.510.480.42
HSL356º34.25%42.94%-
HSV(B)356º51.02%57.65%-
XYZ15.6911.378.39-
YUV94.99117.85165.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.66%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=49.66%
G=24.32%
B=26.01%

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
Decimal147727700.510.480.4235634.2542.94
Hex93484D033302A164222b
Octal22311011506360525444253
Binary10010011100100010011010110011110000101010101100100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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