Shades of Lipstick #933568
Tints of Lipstick #933568
RGB
CMYK
RGB Variations
Color information
#933568 (or 0x933568) is known color: Lipstick. HEX triplet: 93, 35 and 68. RGB value is (147,53,104). Sum of RGB (Red+Green+Blue) = 147+53+104=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #933568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933568 is #6CCA97. Grayscale: #565656. Windows color (decimal): -7129752 or 6829459. OLE color: 6829459.
HSL color Cylindrical-coordinate representation of color #933568: hue angle of 327.45º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #933568 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 53 | 104 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.42 |
| HSL | 327.45º | 0.47% | 0.39% | - |
| HSV(B) | 327.45º | 0.64% | 0.58% | - |
| XYZ | 15.8 | 9.75 | 14.15 | - |
| YUV | 86.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 53 | 104 | 0 | 0.64 | 0.29 | 0.42 | 327.45 | 0.47 | 0.39 |
| Hex | 93 | 35 | 68 | 0 | 40 | 1D | 2A | 147 | 2F | 27 |
| Octal | 223 | 65 | 150 | 0 | 100 | 35 | 52 | 507 | 57 | 47 |
| Binary | 10010011 | 110101 | 1101000 | 0 | 1000000 | 11101 | 101010 | 101000111 | 101111 | 100111 |
Color Harmonies of #933568
Complementary color
Monochromatic Colors of #933568
Black with #933568
Text Example
Text Example
White with #933568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933568; }
p { color: rgb(147,53,104); }
H1.HeaderClassName
{
color: #933568;
}
.AnyTagClassName
{
color: #933568;
}
</style>
background-color css
<style>
a { background-color: #933568; }
a { background-color: rgb(147,53,104); }
div.DivClassName
{
background-color: #933568;
}
.BgClassName
{
background-color: #933568;
}
</style>
border-color css
<style>
span { border-color: #933568; }
span { border-color: rgb(147,53,104); }
td.TdClassName
{
border-color: #933568;
}
.TagClassName
{
border-color: #933568;
}
</style>