Shades of Lipstick #973350
Tints of Lipstick #973350
RGB
CMYK
RGB Variations
Color information
#973350 (or 0x973350) is known color: Lipstick. HEX triplet: 97, 33 and 50. RGB value is (151,51,80). Sum of RGB (Red+Green+Blue) = 151+51+80=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #973350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973350 is #68CCAF. Grayscale: #545454. Windows color (decimal): -6868144 or 5256087. OLE color: 5256087.
HSL color Cylindrical-coordinate representation of color #973350: hue angle of 342.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973350 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 51 | 80 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.41 |
| HSL | 342.6º | 0.5% | 0.4% | - |
| HSV(B) | 342.6º | 0.66% | 0.59% | - |
| XYZ | 15.39 | 9.53 | 8.62 | - |
| YUV | 84.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 80 | 0 | 0.66 | 0.47 | 0.41 | 342.6 | 0.5 | 0.4 |
| Hex | 97 | 33 | 50 | 0 | 42 | 2F | 29 | 157 | 32 | 28 |
| Octal | 227 | 63 | 120 | 0 | 102 | 57 | 51 | 527 | 62 | 50 |
| Binary | 10010111 | 110011 | 1010000 | 0 | 1000010 | 101111 | 101001 | 101010111 | 110010 | 101000 |
Color Harmonies of #973350
Complementary color
Monochromatic Colors of #973350
Black with #973350
Text Example
Text Example
White with #973350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973350; }
p { color: rgb(151,51,80); }
H1.HeaderClassName
{
color: #973350;
}
.AnyTagClassName
{
color: #973350;
}
</style>
background-color css
<style>
a { background-color: #973350; }
a { background-color: rgb(151,51,80); }
div.DivClassName
{
background-color: #973350;
}
.BgClassName
{
background-color: #973350;
}
</style>
border-color css
<style>
span { border-color: #973350; }
span { border-color: rgb(151,51,80); }
td.TdClassName
{
border-color: #973350;
}
.TagClassName
{
border-color: #973350;
}
</style>