Shades of Lipstick #95385A
Tints of Lipstick #95385A
RGB
CMYK
RGB Variations
Color information
#95385A (or 0x95385A) is known color: Lipstick. HEX triplet: 95, 38 and 5A. RGB value is (149,56,90). Sum of RGB (Red+Green+Blue) = 149+56+90=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95385A is #6AC7A5. Grayscale: #575757. Windows color (decimal): -6997926 or 5912725. OLE color: 5912725.
HSL color Cylindrical-coordinate representation of color #95385A: hue angle of 338.06º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95385A is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 56 | 90 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.42 |
| HSL | 338.06º | 0.45% | 0.4% | - |
| HSV(B) | 338.06º | 0.62% | 0.58% | - |
| XYZ | 15.65 | 9.96 | 10.77 | - |
| YUV | 87.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 90 | 0 | 0.62 | 0.40 | 0.42 | 338.06 | 0.45 | 0.4 |
| Hex | 95 | 38 | 5A | 0 | 3E | 28 | 2A | 152 | 2D | 28 |
| Octal | 225 | 70 | 132 | 0 | 76 | 50 | 52 | 522 | 55 | 50 |
| Binary | 10010101 | 111000 | 1011010 | 0 | 111110 | 101000 | 101010 | 101010010 | 101101 | 101000 |
Color Harmonies of #95385A
Complementary color
Monochromatic Colors of #95385A
Black with #95385A
Text Example
Text Example
White with #95385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95385A; }
p { color: rgb(149,56,90); }
H1.HeaderClassName
{
color: #95385A;
}
.AnyTagClassName
{
color: #95385A;
}
</style>
background-color css
<style>
a { background-color: #95385A; }
a { background-color: rgb(149,56,90); }
div.DivClassName
{
background-color: #95385A;
}
.BgClassName
{
background-color: #95385A;
}
</style>
border-color css
<style>
span { border-color: #95385A; }
span { border-color: rgb(149,56,90); }
td.TdClassName
{
border-color: #95385A;
}
.TagClassName
{
border-color: #95385A;
}
</style>