Shades of Lipstick #99254B
Tints of Lipstick #99254B
RGB
CMYK
RGB Variations
Color information
#99254B (or 0x99254B) is known color: Lipstick. HEX triplet: 99, 25 and 4B. RGB value is (153,37,75). Sum of RGB (Red+Green+Blue) = 153+37+75=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99254B is #66DAB4. Grayscale: #4B4B4B. Windows color (decimal): -6740661 or 4924825. OLE color: 4924825.
HSL color Cylindrical-coordinate representation of color #99254B: hue angle of 340.34º 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 #99254B is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 75 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.4 |
| HSL | 340.34º | 0.61% | 0.37% | - |
| HSV(B) | 340.34º | 0.76% | 0.6% | - |
| XYZ | 15.07 | 8.6 | 7.52 | - |
| YUV | 76.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 75 | 0 | 0.76 | 0.51 | 0.4 | 340.34 | 0.61 | 0.37 |
| Hex | 99 | 25 | 4B | 0 | 4C | 33 | 28 | 154 | 3D | 25 |
| Octal | 231 | 45 | 113 | 0 | 114 | 63 | 50 | 524 | 75 | 45 |
| Binary | 10011001 | 100101 | 1001011 | 0 | 1001100 | 110011 | 101000 | 101010100 | 111101 | 100101 |
Color Harmonies of #99254B
Complementary color
Monochromatic Colors of #99254B
Black with #99254B
Text Example
Text Example
White with #99254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99254B; }
p { color: rgb(153,37,75); }
H1.HeaderClassName
{
color: #99254B;
}
.AnyTagClassName
{
color: #99254B;
}
</style>
background-color css
<style>
a { background-color: #99254B; }
a { background-color: rgb(153,37,75); }
div.DivClassName
{
background-color: #99254B;
}
.BgClassName
{
background-color: #99254B;
}
</style>
border-color css
<style>
span { border-color: #99254B; }
span { border-color: rgb(153,37,75); }
td.TdClassName
{
border-color: #99254B;
}
.TagClassName
{
border-color: #99254B;
}
</style>