Shades of Lipstick #98276A
Tints of Lipstick #98276A
RGB
CMYK
RGB Variations
Color information
#98276A (or 0x98276A) is known color: Lipstick. HEX triplet: 98, 27 and 6A. RGB value is (152,39,106). Sum of RGB (Red+Green+Blue) = 152+39+106=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98276A is #67D895. Grayscale: #505050. Windows color (decimal): -6805654 or 6956952. OLE color: 6956952.
HSL color Cylindrical-coordinate representation of color #98276A: hue angle of 324.42º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98276A is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 106 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.40 |
| HSL | 324.42º | 0.59% | 0.37% | - |
| HSV(B) | 324.42º | 0.74% | 0.6% | - |
| XYZ | 16.28 | 9.17 | 14.55 | - |
| YUV | 80.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 106 | 0 | 0.74 | 0.30 | 0.40 | 324.42 | 0.59 | 0.37 |
| Hex | 98 | 27 | 6A | 0 | 4A | 1E | 28 | 144 | 3B | 25 |
| Octal | 230 | 47 | 152 | 0 | 112 | 36 | 50 | 504 | 73 | 45 |
| Binary | 10011000 | 100111 | 1101010 | 0 | 1001010 | 11110 | 101000 | 101000100 | 111011 | 100101 |
Color Harmonies of #98276A
Complementary color
Monochromatic Colors of #98276A
Black with #98276A
Text Example
Text Example
White with #98276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98276A; }
p { color: rgb(152,39,106); }
H1.HeaderClassName
{
color: #98276A;
}
.AnyTagClassName
{
color: #98276A;
}
</style>
background-color css
<style>
a { background-color: #98276A; }
a { background-color: rgb(152,39,106); }
div.DivClassName
{
background-color: #98276A;
}
.BgClassName
{
background-color: #98276A;
}
</style>
border-color css
<style>
span { border-color: #98276A; }
span { border-color: rgb(152,39,106); }
td.TdClassName
{
border-color: #98276A;
}
.TagClassName
{
border-color: #98276A;
}
</style>