Shades of Lipstick #95344A
Tints of Lipstick #95344A
RGB
CMYK
RGB Variations
Color information
#95344A (or 0x95344A) is known color: Lipstick. HEX triplet: 95, 34 and 4A. RGB value is (149,52,74). Sum of RGB (Red+Green+Blue) = 149+52+74=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95344A is #6ACBB5. Grayscale: #535353. Windows color (decimal): -6998966 or 4863125. OLE color: 4863125.
HSL color Cylindrical-coordinate representation of color #95344A: hue angle of 346.39º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95344A is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 52 | 74 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.42 |
| HSL | 346.39º | 0.48% | 0.39% | - |
| HSV(B) | 346.39º | 0.65% | 0.58% | - |
| XYZ | 14.86 | 9.34 | 7.5 | - |
| YUV | 83.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 74 | 0 | 0.65 | 0.50 | 0.42 | 346.39 | 0.48 | 0.39 |
| Hex | 95 | 34 | 4A | 0 | 41 | 32 | 2A | 15A | 30 | 27 |
| Octal | 225 | 64 | 112 | 0 | 101 | 62 | 52 | 532 | 60 | 47 |
| Binary | 10010101 | 110100 | 1001010 | 0 | 1000001 | 110010 | 101010 | 101011010 | 110000 | 100111 |
Color Harmonies of #95344A
Complementary color
Monochromatic Colors of #95344A
Black with #95344A
Text Example
Text Example
White with #95344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95344A; }
p { color: rgb(149,52,74); }
H1.HeaderClassName
{
color: #95344A;
}
.AnyTagClassName
{
color: #95344A;
}
</style>
background-color css
<style>
a { background-color: #95344A; }
a { background-color: rgb(149,52,74); }
div.DivClassName
{
background-color: #95344A;
}
.BgClassName
{
background-color: #95344A;
}
</style>
border-color css
<style>
span { border-color: #95344A; }
span { border-color: rgb(149,52,74); }
td.TdClassName
{
border-color: #95344A;
}
.TagClassName
{
border-color: #95344A;
}
</style>