Shades of Lipstick #97344E
Tints of Lipstick #97344E
RGB
CMYK
RGB Variations
Color information
#97344E (or 0x97344E) is known color: Lipstick. HEX triplet: 97, 34 and 4E. RGB value is (151,52,78). Sum of RGB (Red+Green+Blue) = 151+52+78=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #97344E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97344E is #68CBB1. Grayscale: #545454. Windows color (decimal): -6867890 or 5125271. OLE color: 5125271.
HSL color Cylindrical-coordinate representation of color #97344E: hue angle of 344.24º degrees, saturation: 0.49, 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 #97344E is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 52 | 78 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.41 |
| HSL | 344.24º | 0.49% | 0.4% | - |
| HSV(B) | 344.24º | 0.66% | 0.59% | - |
| XYZ | 15.37 | 9.59 | 8.25 | - |
| YUV | 84.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 52 | 78 | 0 | 0.66 | 0.48 | 0.41 | 344.24 | 0.49 | 0.4 |
| Hex | 97 | 34 | 4E | 0 | 42 | 30 | 29 | 158 | 31 | 28 |
| Octal | 227 | 64 | 116 | 0 | 102 | 60 | 51 | 530 | 61 | 50 |
| Binary | 10010111 | 110100 | 1001110 | 0 | 1000010 | 110000 | 101001 | 101011000 | 110001 | 101000 |
Color Harmonies of #97344E
Complementary color
Monochromatic Colors of #97344E
Black with #97344E
Text Example
Text Example
White with #97344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97344E; }
p { color: rgb(151,52,78); }
H1.HeaderClassName
{
color: #97344E;
}
.AnyTagClassName
{
color: #97344E;
}
</style>
background-color css
<style>
a { background-color: #97344E; }
a { background-color: rgb(151,52,78); }
div.DivClassName
{
background-color: #97344E;
}
.BgClassName
{
background-color: #97344E;
}
</style>
border-color css
<style>
span { border-color: #97344E; }
span { border-color: rgb(151,52,78); }
td.TdClassName
{
border-color: #97344E;
}
.TagClassName
{
border-color: #97344E;
}
</style>