Shades of Lipstick #973652
Tints of Lipstick #973652
RGB
CMYK
RGB Variations
Color information
#973652 (or 0x973652) is known color: Lipstick. HEX triplet: 97, 36 and 52. RGB value is (151,54,82). Sum of RGB (Red+Green+Blue) = 151+54+82=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #973652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973652 is #68C9AD. Grayscale: #565656. Windows color (decimal): -6867374 or 5387927. OLE color: 5387927.
HSL color Cylindrical-coordinate representation of color #973652: hue angle of 342.68º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #973652 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 54 | 82 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.41 |
| HSL | 342.68º | 0.47% | 0.4% | - |
| HSV(B) | 342.68º | 0.64% | 0.59% | - |
| XYZ | 15.6 | 9.83 | 9.06 | - |
| YUV | 86.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 54 | 82 | 0 | 0.64 | 0.46 | 0.41 | 342.68 | 0.47 | 0.4 |
| Hex | 97 | 36 | 52 | 0 | 40 | 2E | 29 | 157 | 2F | 28 |
| Octal | 227 | 66 | 122 | 0 | 100 | 56 | 51 | 527 | 57 | 50 |
| Binary | 10010111 | 110110 | 1010010 | 0 | 1000000 | 101110 | 101001 | 101010111 | 101111 | 101000 |
Color Harmonies of #973652
Complementary color
Monochromatic Colors of #973652
Black with #973652
Text Example
Text Example
White with #973652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973652; }
p { color: rgb(151,54,82); }
H1.HeaderClassName
{
color: #973652;
}
.AnyTagClassName
{
color: #973652;
}
</style>
background-color css
<style>
a { background-color: #973652; }
a { background-color: rgb(151,54,82); }
div.DivClassName
{
background-color: #973652;
}
.BgClassName
{
background-color: #973652;
}
</style>
border-color css
<style>
span { border-color: #973652; }
span { border-color: rgb(151,54,82); }
td.TdClassName
{
border-color: #973652;
}
.TagClassName
{
border-color: #973652;
}
</style>