Shades of Lipstick #970F3E
Tints of Lipstick #970F3E
RGB
CMYK
RGB Variations
Color information
#970F3E (or 0x970F3E) is known color: Lipstick. HEX triplet: 97, 0F and 3E. RGB value is (151,15,62). Sum of RGB (Red+Green+Blue) = 151+15+62=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #970F3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F3E is #68F0C1. Grayscale: #3C3C3C. Windows color (decimal): -6877378 or 4067223. OLE color: 4067223.
HSL color Cylindrical-coordinate representation of color #970F3E: hue angle of 339.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F3E is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 62 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.41 |
| HSL | 339.26º | 0.82% | 0.33% | - |
| HSV(B) | 339.26º | 0.9% | 0.59% | - |
| XYZ | 13.8 | 7.27 | 5.23 | - |
| YUV | 61.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 62 | 0 | 0.90 | 0.59 | 0.41 | 339.26 | 0.82 | 0.33 |
| Hex | 97 | F | 3E | 0 | 5A | 3B | 29 | 153 | 52 | 21 |
| Octal | 227 | 17 | 76 | 0 | 132 | 73 | 51 | 523 | 122 | 41 |
| Binary | 10010111 | 1111 | 111110 | 0 | 1011010 | 111011 | 101001 | 101010011 | 1010010 | 100001 |
Color Harmonies of #970F3E
Complementary color
Monochromatic Colors of #970F3E
Black with #970F3E
Text Example
Text Example
White with #970F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F3E; }
p { color: rgb(151,15,62); }
H1.HeaderClassName
{
color: #970F3E;
}
.AnyTagClassName
{
color: #970F3E;
}
</style>
background-color css
<style>
a { background-color: #970F3E; }
a { background-color: rgb(151,15,62); }
div.DivClassName
{
background-color: #970F3E;
}
.BgClassName
{
background-color: #970F3E;
}
</style>
border-color css
<style>
span { border-color: #970F3E; }
span { border-color: rgb(151,15,62); }
td.TdClassName
{
border-color: #970F3E;
}
.TagClassName
{
border-color: #970F3E;
}
</style>