Shades of Lipstick #97266A
Tints of Lipstick #97266A
RGB
CMYK
RGB Variations
Color information
#97266A (or 0x97266A) is known color: Lipstick. HEX triplet: 97, 26 and 6A. RGB value is (151,38,106). Sum of RGB (Red+Green+Blue) = 151+38+106=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #97266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97266A is #68D995. Grayscale: #4F4F4F. Windows color (decimal): -6871446 or 6956695. OLE color: 6956695.
HSL color Cylindrical-coordinate representation of color #97266A: hue angle of 323.89º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97266A is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 38 | 106 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.41 |
| HSL | 323.89º | 0.6% | 0.37% | - |
| HSV(B) | 323.89º | 0.75% | 0.59% | - |
| XYZ | 16.06 | 9.01 | 14.53 | - |
| YUV | 79.54 | 142.94 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 38 | 106 | 0 | 0.75 | 0.30 | 0.41 | 323.89 | 0.6 | 0.37 |
| Hex | 97 | 26 | 6A | 0 | 4B | 1E | 29 | 144 | 3C | 25 |
| Octal | 227 | 46 | 152 | 0 | 113 | 36 | 51 | 504 | 74 | 45 |
| Binary | 10010111 | 100110 | 1101010 | 0 | 1001011 | 11110 | 101001 | 101000100 | 111100 | 100101 |
Color Harmonies of #97266A
Complementary color
Monochromatic Colors of #97266A
Black with #97266A
Text Example
Text Example
White with #97266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97266A; }
p { color: rgb(151,38,106); }
H1.HeaderClassName
{
color: #97266A;
}
.AnyTagClassName
{
color: #97266A;
}
</style>
background-color css
<style>
a { background-color: #97266A; }
a { background-color: rgb(151,38,106); }
div.DivClassName
{
background-color: #97266A;
}
.BgClassName
{
background-color: #97266A;
}
</style>
border-color css
<style>
span { border-color: #97266A; }
span { border-color: rgb(151,38,106); }
td.TdClassName
{
border-color: #97266A;
}
.TagClassName
{
border-color: #97266A;
}
</style>