Shades of Temptress #33131F
Tints of Temptress #33131F
RGB
CMYK
RGB Variations
Color information
#33131F (or 0x33131F) is known color: Temptress. HEX triplet: 33, 13 and 1F. RGB value is (51,19,31). Sum of RGB (Red+Green+Blue) = 51+19+31=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #33131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33131F is #CCECE0. Grayscale: #1D1D1D. Windows color (decimal): -13429985 or 2036531. OLE color: 2036531.
HSL color Cylindrical-coordinate representation of color #33131F: hue angle of 337.5º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33131F is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 31 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.8 |
| HSL | 337.5º | 0.46% | 0.14% | - |
| HSV(B) | 337.5º | 0.63% | 0.2% | - |
| XYZ | 1.85 | 1.27 | 1.44 | - |
| YUV | 29.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 31 | 0 | 0.63 | 0.39 | 0.8 | 337.5 | 0.46 | 0.14 |
| Hex | 33 | 13 | 1F | 0 | 3F | 27 | 50 | 152 | 2E | E |
| Octal | 63 | 23 | 37 | 0 | 77 | 47 | 120 | 522 | 56 | 16 |
| Binary | 110011 | 10011 | 11111 | 0 | 111111 | 100111 | 1010000 | 101010010 | 101110 | 1110 |
Color Harmonies of #33131F
Complementary color
Monochromatic Colors of #33131F
Black with #33131F
Text Example
Text Example
White with #33131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33131F; }
p { color: rgb(51,19,31); }
H1.HeaderClassName
{
color: #33131F;
}
.AnyTagClassName
{
color: #33131F;
}
</style>
background-color css
<style>
a { background-color: #33131F; }
a { background-color: rgb(51,19,31); }
div.DivClassName
{
background-color: #33131F;
}
.BgClassName
{
background-color: #33131F;
}
</style>
border-color css
<style>
span { border-color: #33131F; }
span { border-color: rgb(51,19,31); }
td.TdClassName
{
border-color: #33131F;
}
.TagClassName
{
border-color: #33131F;
}
</style>