Shades of Solid Pink #93484B
Tints of Solid Pink #93484B
RGB
CMYK
RGB Variations
Color information
#93484B (or 0x93484B) is known color: Solid Pink. HEX triplet: 93, 48 and 4B. RGB value is (147,72,75). Sum of RGB (Red+Green+Blue) = 147+72+75=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93484B is #6CB7B4. Grayscale: #5E5E5E. Windows color (decimal): -7124917 or 4933779. OLE color: 4933779.
HSL color Cylindrical-coordinate representation of color #93484B: hue angle of 357.6º 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 #93484B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 75 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.42 |
| HSL | 357.6º | 0.34% | 0.43% | - |
| HSV(B) | 357.6º | 0.51% | 0.58% | - |
| XYZ | 15.62 | 11.35 | 8.02 | - |
| YUV | 94.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 75 | 0 | 0.51 | 0.49 | 0.42 | 357.6 | 0.34 | 0.43 |
| Hex | 93 | 48 | 4B | 0 | 33 | 31 | 2A | 166 | 22 | 2B |
| Octal | 223 | 110 | 113 | 0 | 63 | 61 | 52 | 546 | 42 | 53 |
| Binary | 10010011 | 1001000 | 1001011 | 0 | 110011 | 110001 | 101010 | 101100110 | 100010 | 101011 |
Color Harmonies of #93484B
Complementary color
Monochromatic Colors of #93484B
Black with #93484B
Text Example
Text Example
White with #93484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93484B; }
p { color: rgb(147,72,75); }
H1.HeaderClassName
{
color: #93484B;
}
.AnyTagClassName
{
color: #93484B;
}
</style>
background-color css
<style>
a { background-color: #93484B; }
a { background-color: rgb(147,72,75); }
div.DivClassName
{
background-color: #93484B;
}
.BgClassName
{
background-color: #93484B;
}
</style>
border-color css
<style>
span { border-color: #93484B; }
span { border-color: rgb(147,72,75); }
td.TdClassName
{
border-color: #93484B;
}
.TagClassName
{
border-color: #93484B;
}
</style>