Shades of Lipstick #982642
Tints of Lipstick #982642
RGB
CMYK
RGB Variations
Color information
#982642 (or 0x982642) is known color: Lipstick. HEX triplet: 98, 26 and 42. RGB value is (152,38,66). Sum of RGB (Red+Green+Blue) = 152+38+66=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #982642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982642 is #67D9BD. Grayscale: #4B4B4B. Windows color (decimal): -6805950 or 4335256. OLE color: 4335256.
HSL color Cylindrical-coordinate representation of color #982642: hue angle of 345.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982642 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 66 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.40 |
| HSL | 345.26º | 0.6% | 0.37% | - |
| HSV(B) | 345.26º | 0.75% | 0.6% | - |
| XYZ | 14.63 | 8.45 | 6.02 | - |
| YUV | 75.28 | 122.77 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 66 | 0 | 0.75 | 0.57 | 0.40 | 345.26 | 0.6 | 0.37 |
| Hex | 98 | 26 | 42 | 0 | 4B | 39 | 28 | 159 | 3C | 25 |
| Octal | 230 | 46 | 102 | 0 | 113 | 71 | 50 | 531 | 74 | 45 |
| Binary | 10011000 | 100110 | 1000010 | 0 | 1001011 | 111001 | 101000 | 101011001 | 111100 | 100101 |
Color Harmonies of #982642
Complementary color
Monochromatic Colors of #982642
Black with #982642
Text Example
Text Example
White with #982642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982642; }
p { color: rgb(152,38,66); }
H1.HeaderClassName
{
color: #982642;
}
.AnyTagClassName
{
color: #982642;
}
</style>
background-color css
<style>
a { background-color: #982642; }
a { background-color: rgb(152,38,66); }
div.DivClassName
{
background-color: #982642;
}
.BgClassName
{
background-color: #982642;
}
</style>
border-color css
<style>
span { border-color: #982642; }
span { border-color: rgb(152,38,66); }
td.TdClassName
{
border-color: #982642;
}
.TagClassName
{
border-color: #982642;
}
</style>