Shades of Lipstick #98254E
Tints of Lipstick #98254E
RGB
CMYK
RGB Variations
Color information
#98254E (or 0x98254E) is known color: Lipstick. HEX triplet: 98, 25 and 4E. RGB value is (152,37,78). Sum of RGB (Red+Green+Blue) = 152+37+78=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #98254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98254E is #67DAB1. Grayscale: #4C4C4C. Windows color (decimal): -6806194 or 5121432. OLE color: 5121432.
HSL color Cylindrical-coordinate representation of color #98254E: hue angle of 338.61º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98254E is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 78 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.40 |
| HSL | 338.61º | 0.61% | 0.37% | - |
| HSV(B) | 338.61º | 0.76% | 0.6% | - |
| XYZ | 14.99 | 8.55 | 8.07 | - |
| YUV | 76.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 78 | 0 | 0.76 | 0.49 | 0.40 | 338.61 | 0.61 | 0.37 |
| Hex | 98 | 25 | 4E | 0 | 4C | 31 | 28 | 153 | 3D | 25 |
| Octal | 230 | 45 | 116 | 0 | 114 | 61 | 50 | 523 | 75 | 45 |
| Binary | 10011000 | 100101 | 1001110 | 0 | 1001100 | 110001 | 101000 | 101010011 | 111101 | 100101 |
Color Harmonies of #98254E
Complementary color
Monochromatic Colors of #98254E
Black with #98254E
Text Example
Text Example
White with #98254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98254E; }
p { color: rgb(152,37,78); }
H1.HeaderClassName
{
color: #98254E;
}
.AnyTagClassName
{
color: #98254E;
}
</style>
background-color css
<style>
a { background-color: #98254E; }
a { background-color: rgb(152,37,78); }
div.DivClassName
{
background-color: #98254E;
}
.BgClassName
{
background-color: #98254E;
}
</style>
border-color css
<style>
span { border-color: #98254E; }
span { border-color: rgb(152,37,78); }
td.TdClassName
{
border-color: #98254E;
}
.TagClassName
{
border-color: #98254E;
}
</style>