Shades of Lipstick #9D264B
Tints of Lipstick #9D264B
RGB
CMYK
RGB Variations
Color information
#9D264B (or 0x9D264B) is known color: Lipstick. HEX triplet: 9D, 26 and 4B. RGB value is (157,38,75). Sum of RGB (Red+Green+Blue) = 157+38+75=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D264B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D264B is #62D9B4. Grayscale: #4D4D4D. Windows color (decimal): -6478261 or 4925085. OLE color: 4925085.
HSL color Cylindrical-coordinate representation of color #9D264B: hue angle of 341.34º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D264B is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 75 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.38 |
| HSL | 341.34º | 0.61% | 0.38% | - |
| HSV(B) | 341.34º | 0.76% | 0.62% | - |
| XYZ | 15.87 | 9.06 | 7.57 | - |
| YUV | 77.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 75 | 0 | 0.76 | 0.52 | 0.38 | 341.34 | 0.61 | 0.38 |
| Hex | 9D | 26 | 4B | 0 | 4C | 34 | 26 | 155 | 3D | 26 |
| Octal | 235 | 46 | 113 | 0 | 114 | 64 | 46 | 525 | 75 | 46 |
| Binary | 10011101 | 100110 | 1001011 | 0 | 1001100 | 110100 | 100110 | 101010101 | 111101 | 100110 |
Color Harmonies of #9D264B
Complementary color
Monochromatic Colors of #9D264B
Black with #9D264B
Text Example
Text Example
White with #9D264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D264B; }
p { color: rgb(157,38,75); }
H1.HeaderClassName
{
color: #9D264B;
}
.AnyTagClassName
{
color: #9D264B;
}
</style>
background-color css
<style>
a { background-color: #9D264B; }
a { background-color: rgb(157,38,75); }
div.DivClassName
{
background-color: #9D264B;
}
.BgClassName
{
background-color: #9D264B;
}
</style>
border-color css
<style>
span { border-color: #9D264B; }
span { border-color: rgb(157,38,75); }
td.TdClassName
{
border-color: #9D264B;
}
.TagClassName
{
border-color: #9D264B;
}
</style>