Shades of Lipstick #94376B
Tints of Lipstick #94376B
RGB
CMYK
RGB Variations
Color information
#94376B (or 0x94376B) is known color: Lipstick. HEX triplet: 94, 37 and 6B. RGB value is (148,55,107). Sum of RGB (Red+Green+Blue) = 148+55+107=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #94376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94376B is #6BC894. Grayscale: #585858. Windows color (decimal): -7063701 or 7026580. OLE color: 7026580.
HSL color Cylindrical-coordinate representation of color #94376B: hue angle of 326.45º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94376B is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 55 | 107 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.42 |
| HSL | 326.45º | 0.46% | 0.4% | - |
| HSV(B) | 326.45º | 0.63% | 0.58% | - |
| XYZ | 16.23 | 10.09 | 15 | - |
| YUV | 88.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 107 | 0 | 0.63 | 0.28 | 0.42 | 326.45 | 0.46 | 0.4 |
| Hex | 94 | 37 | 6B | 0 | 3F | 1C | 2A | 146 | 2E | 28 |
| Octal | 224 | 67 | 153 | 0 | 77 | 34 | 52 | 506 | 56 | 50 |
| Binary | 10010100 | 110111 | 1101011 | 0 | 111111 | 11100 | 101010 | 101000110 | 101110 | 101000 |
Color Harmonies of #94376B
Complementary color
Monochromatic Colors of #94376B
Black with #94376B
Text Example
Text Example
White with #94376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94376B; }
p { color: rgb(148,55,107); }
H1.HeaderClassName
{
color: #94376B;
}
.AnyTagClassName
{
color: #94376B;
}
</style>
background-color css
<style>
a { background-color: #94376B; }
a { background-color: rgb(148,55,107); }
div.DivClassName
{
background-color: #94376B;
}
.BgClassName
{
background-color: #94376B;
}
</style>
border-color css
<style>
span { border-color: #94376B; }
span { border-color: rgb(148,55,107); }
td.TdClassName
{
border-color: #94376B;
}
.TagClassName
{
border-color: #94376B;
}
</style>