Shades of Solid Pink #795153
Tints of Solid Pink #795153
RGB
CMYK
RGB Variations
Color information
#795153 (or 0x795153) is known color: Solid Pink. HEX triplet: 79, 51 and 53. RGB value is (121,81,83). Sum of RGB (Red+Green+Blue) = 121+81+83=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #795153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795153 is #86AEAC. Grayscale: #5D5D5D. Windows color (decimal): -8826541 or 5460345. OLE color: 5460345.
HSL color Cylindrical-coordinate representation of color #795153: hue angle of 357º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #795153 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 83 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.53 |
| HSL | 357º | 0.2% | 0.4% | - |
| HSV(B) | 357º | 0.33% | 0.47% | - |
| XYZ | 12.39 | 10.57 | 9.57 | - |
| YUV | 93.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 83 | 0 | 0.33 | 0.31 | 0.53 | 357 | 0.2 | 0.4 |
| Hex | 79 | 51 | 53 | 0 | 21 | 1F | 35 | 165 | 14 | 28 |
| Octal | 171 | 121 | 123 | 0 | 41 | 37 | 65 | 545 | 24 | 50 |
| Binary | 1111001 | 1010001 | 1010011 | 0 | 100001 | 11111 | 110101 | 101100101 | 10100 | 101000 |
Color Harmonies of #795153
Complementary color
Monochromatic Colors of #795153
Black with #795153
Text Example
Text Example
White with #795153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795153; }
p { color: rgb(121,81,83); }
H1.HeaderClassName
{
color: #795153;
}
.AnyTagClassName
{
color: #795153;
}
</style>
background-color css
<style>
a { background-color: #795153; }
a { background-color: rgb(121,81,83); }
div.DivClassName
{
background-color: #795153;
}
.BgClassName
{
background-color: #795153;
}
</style>
border-color css
<style>
span { border-color: #795153; }
span { border-color: rgb(121,81,83); }
td.TdClassName
{
border-color: #795153;
}
.TagClassName
{
border-color: #795153;
}
</style>