Shades of Lipstick #970D3D
Tints of Lipstick #970D3D
RGB
CMYK
RGB Variations
Color information
#970D3D (or 0x970D3D) is known color: Lipstick. HEX triplet: 97, 0D and 3D. RGB value is (151,13,61). Sum of RGB (Red+Green+Blue) = 151+13+61=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #970D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970D3D is #68F2C2. Grayscale: #3B3B3B. Windows color (decimal): -6877891 or 4001175. OLE color: 4001175.
HSL color Cylindrical-coordinate representation of color #970D3D: hue angle of 339.13º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970D3D is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 13 | 61 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.41 |
| HSL | 339.13º | 0.84% | 0.32% | - |
| HSV(B) | 339.13º | 0.91% | 0.59% | - |
| XYZ | 13.75 | 7.2 | 5.08 | - |
| YUV | 59.73 | 128.72 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 13 | 61 | 0 | 0.91 | 0.60 | 0.41 | 339.13 | 0.84 | 0.32 |
| Hex | 97 | D | 3D | 0 | 5B | 3C | 29 | 153 | 54 | 20 |
| Octal | 227 | 15 | 75 | 0 | 133 | 74 | 51 | 523 | 124 | 40 |
| Binary | 10010111 | 1101 | 111101 | 0 | 1011011 | 111100 | 101001 | 101010011 | 1010100 | 100000 |
Color Harmonies of #970D3D
Complementary color
Monochromatic Colors of #970D3D
Black with #970D3D
Text Example
Text Example
White with #970D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970D3D; }
p { color: rgb(151,13,61); }
H1.HeaderClassName
{
color: #970D3D;
}
.AnyTagClassName
{
color: #970D3D;
}
</style>
background-color css
<style>
a { background-color: #970D3D; }
a { background-color: rgb(151,13,61); }
div.DivClassName
{
background-color: #970D3D;
}
.BgClassName
{
background-color: #970D3D;
}
</style>
border-color css
<style>
span { border-color: #970D3D; }
span { border-color: rgb(151,13,61); }
td.TdClassName
{
border-color: #970D3D;
}
.TagClassName
{
border-color: #970D3D;
}
</style>