Shades of Solid Pink #995153
Tints of Solid Pink #995153
RGB
CMYK
RGB Variations
Color information
#995153 (or 0x995153) is known color: Solid Pink. HEX triplet: 99, 51 and 53. RGB value is (153,81,83). Sum of RGB (Red+Green+Blue) = 153+81+83=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #995153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995153 is #66AEAC. Grayscale: #666666. Windows color (decimal): -6729389 or 5460377. OLE color: 5460377.
HSL color Cylindrical-coordinate representation of color #995153: hue angle of 358.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995153 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 83 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.4 |
| HSL | 358.33º | 0.31% | 0.46% | - |
| HSV(B) | 358.33º | 0.47% | 0.6% | - |
| XYZ | 17.64 | 13.28 | 9.82 | - |
| YUV | 102.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 83 | 0 | 0.47 | 0.46 | 0.4 | 358.33 | 0.31 | 0.46 |
| Hex | 99 | 51 | 53 | 0 | 2F | 2E | 28 | 166 | 1F | 2E |
| Octal | 231 | 121 | 123 | 0 | 57 | 56 | 50 | 546 | 37 | 56 |
| Binary | 10011001 | 1010001 | 1010011 | 0 | 101111 | 101110 | 101000 | 101100110 | 11111 | 101110 |
Color Harmonies of #995153
Complementary color
Monochromatic Colors of #995153
Black with #995153
Text Example
Text Example
White with #995153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995153; }
p { color: rgb(153,81,83); }
H1.HeaderClassName
{
color: #995153;
}
.AnyTagClassName
{
color: #995153;
}
</style>
background-color css
<style>
a { background-color: #995153; }
a { background-color: rgb(153,81,83); }
div.DivClassName
{
background-color: #995153;
}
.BgClassName
{
background-color: #995153;
}
</style>
border-color css
<style>
span { border-color: #995153; }
span { border-color: rgb(153,81,83); }
td.TdClassName
{
border-color: #995153;
}
.TagClassName
{
border-color: #995153;
}
</style>