Shades of Solid Pink #99464B
Tints of Solid Pink #99464B
RGB
CMYK
RGB Variations
Color information
#99464B (or 0x99464B) is known color: Solid Pink. HEX triplet: 99, 46 and 4B. RGB value is (153,70,75). Sum of RGB (Red+Green+Blue) = 153+70+75=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99464B is #66B9B4. Grayscale: #5F5F5F. Windows color (decimal): -6732213 or 4933273. OLE color: 4933273.
HSL color Cylindrical-coordinate representation of color #99464B: hue angle of 356.39º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99464B is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 75 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.4 |
| HSL | 356.39º | 0.37% | 0.44% | - |
| HSV(B) | 356.39º | 0.54% | 0.6% | - |
| XYZ | 16.6 | 11.66 | 8.03 | - |
| YUV | 95.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 75 | 0 | 0.54 | 0.51 | 0.4 | 356.39 | 0.37 | 0.44 |
| Hex | 99 | 46 | 4B | 0 | 36 | 33 | 28 | 164 | 25 | 2C |
| Octal | 231 | 106 | 113 | 0 | 66 | 63 | 50 | 544 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1001011 | 0 | 110110 | 110011 | 101000 | 101100100 | 100101 | 101100 |
Color Harmonies of #99464B
Complementary color
Monochromatic Colors of #99464B
Black with #99464B
Text Example
Text Example
White with #99464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99464B; }
p { color: rgb(153,70,75); }
H1.HeaderClassName
{
color: #99464B;
}
.AnyTagClassName
{
color: #99464B;
}
</style>
background-color css
<style>
a { background-color: #99464B; }
a { background-color: rgb(153,70,75); }
div.DivClassName
{
background-color: #99464B;
}
.BgClassName
{
background-color: #99464B;
}
</style>
border-color css
<style>
span { border-color: #99464B; }
span { border-color: rgb(153,70,75); }
td.TdClassName
{
border-color: #99464B;
}
.TagClassName
{
border-color: #99464B;
}
</style>