Shades of Solid Pink #915155
Tints of Solid Pink #915155
RGB
CMYK
RGB Variations
Color information
#915155 (or 0x915155) is known color: Solid Pink. HEX triplet: 91, 51 and 55. RGB value is (145,81,85). Sum of RGB (Red+Green+Blue) = 145+81+85=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #915155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915155 is #6EAEAA. Grayscale: #646464. Windows color (decimal): -7253675 or 5591441. OLE color: 5591441.
HSL color Cylindrical-coordinate representation of color #915155: hue angle of 356.25º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915155 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 81 | 85 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.43 |
| HSL | 356.25º | 0.28% | 0.44% | - |
| HSV(B) | 356.25º | 0.44% | 0.57% | - |
| XYZ | 16.26 | 12.56 | 10.16 | - |
| YUV | 100.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 85 | 0 | 0.44 | 0.41 | 0.43 | 356.25 | 0.28 | 0.44 |
| Hex | 91 | 51 | 55 | 0 | 2C | 29 | 2B | 164 | 1C | 2C |
| Octal | 221 | 121 | 125 | 0 | 54 | 51 | 53 | 544 | 34 | 54 |
| Binary | 10010001 | 1010001 | 1010101 | 0 | 101100 | 101001 | 101011 | 101100100 | 11100 | 101100 |
Color Harmonies of #915155
Complementary color
Monochromatic Colors of #915155
Black with #915155
Text Example
Text Example
White with #915155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915155; }
p { color: rgb(145,81,85); }
H1.HeaderClassName
{
color: #915155;
}
.AnyTagClassName
{
color: #915155;
}
</style>
background-color css
<style>
a { background-color: #915155; }
a { background-color: rgb(145,81,85); }
div.DivClassName
{
background-color: #915155;
}
.BgClassName
{
background-color: #915155;
}
</style>
border-color css
<style>
span { border-color: #915155; }
span { border-color: rgb(145,81,85); }
td.TdClassName
{
border-color: #915155;
}
.TagClassName
{
border-color: #915155;
}
</style>