Shades of Solid Pink #915859
Tints of Solid Pink #915859
RGB
CMYK
RGB Variations
Color information
#915859 (or 0x915859) is known color: Solid Pink. HEX triplet: 91, 58 and 59. RGB value is (145,88,89). Sum of RGB (Red+Green+Blue) = 145+88+89=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #915859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915859 is #6EA7A6. Grayscale: #696969. Windows color (decimal): -7251879 or 5855377. OLE color: 5855377.
HSL color Cylindrical-coordinate representation of color #915859: hue angle of 358.95º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915859 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 89 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.43 |
| HSL | 358.95º | 0.24% | 0.46% | - |
| HSV(B) | 358.95º | 0.39% | 0.57% | - |
| XYZ | 16.97 | 13.72 | 11.21 | - |
| YUV | 105.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 89 | 0 | 0.39 | 0.39 | 0.43 | 358.95 | 0.24 | 0.46 |
| Hex | 91 | 58 | 59 | 0 | 27 | 27 | 2B | 167 | 18 | 2E |
| Octal | 221 | 130 | 131 | 0 | 47 | 47 | 53 | 547 | 30 | 56 |
| Binary | 10010001 | 1011000 | 1011001 | 0 | 100111 | 100111 | 101011 | 101100111 | 11000 | 101110 |
Color Harmonies of #915859
Complementary color
Monochromatic Colors of #915859
Black with #915859
Text Example
Text Example
White with #915859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915859; }
p { color: rgb(145,88,89); }
H1.HeaderClassName
{
color: #915859;
}
.AnyTagClassName
{
color: #915859;
}
</style>
background-color css
<style>
a { background-color: #915859; }
a { background-color: rgb(145,88,89); }
div.DivClassName
{
background-color: #915859;
}
.BgClassName
{
background-color: #915859;
}
</style>
border-color css
<style>
span { border-color: #915859; }
span { border-color: rgb(145,88,89); }
td.TdClassName
{
border-color: #915859;
}
.TagClassName
{
border-color: #915859;
}
</style>