Shades of Solid Pink #93444C
Tints of Solid Pink #93444C
RGB
CMYK
RGB Variations
Color information
#93444C (or 0x93444C) is known color: Solid Pink. HEX triplet: 93, 44 and 4C. RGB value is (147,68,76). Sum of RGB (Red+Green+Blue) = 147+68+76=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93444C is #6CBBB3. Grayscale: #5C5C5C. Windows color (decimal): -7125940 or 4998291. OLE color: 4998291.
HSL color Cylindrical-coordinate representation of color #93444C: hue angle of 353.92º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93444C is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 68 | 76 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.42 |
| HSL | 353.92º | 0.37% | 0.42% | - |
| HSV(B) | 353.92º | 0.54% | 0.58% | - |
| XYZ | 15.4 | 10.86 | 8.12 | - |
| YUV | 92.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 76 | 0 | 0.54 | 0.48 | 0.42 | 353.92 | 0.37 | 0.42 |
| Hex | 93 | 44 | 4C | 0 | 36 | 30 | 2A | 162 | 25 | 2A |
| Octal | 223 | 104 | 114 | 0 | 66 | 60 | 52 | 542 | 45 | 52 |
| Binary | 10010011 | 1000100 | 1001100 | 0 | 110110 | 110000 | 101010 | 101100010 | 100101 | 101010 |
Color Harmonies of #93444C
Complementary color
Monochromatic Colors of #93444C
Black with #93444C
Text Example
Text Example
White with #93444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93444C; }
p { color: rgb(147,68,76); }
H1.HeaderClassName
{
color: #93444C;
}
.AnyTagClassName
{
color: #93444C;
}
</style>
background-color css
<style>
a { background-color: #93444C; }
a { background-color: rgb(147,68,76); }
div.DivClassName
{
background-color: #93444C;
}
.BgClassName
{
background-color: #93444C;
}
</style>
border-color css
<style>
span { border-color: #93444C; }
span { border-color: rgb(147,68,76); }
td.TdClassName
{
border-color: #93444C;
}
.TagClassName
{
border-color: #93444C;
}
</style>