Shades of Temptress #36131D
Tints of Temptress #36131D
RGB
CMYK
RGB Variations
Color information
#36131D (or 0x36131D) is known color: Temptress. HEX triplet: 36, 13 and 1D. RGB value is (54,19,29). Sum of RGB (Red+Green+Blue) = 54+19+29=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #36131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36131D is #C9ECE2. Grayscale: #1E1E1E. Windows color (decimal): -13233379 or 1905462. OLE color: 1905462.
HSL color Cylindrical-coordinate representation of color #36131D: hue angle of 342.86º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36131D is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 19 | 29 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.79 |
| HSL | 342.86º | 0.48% | 0.14% | - |
| HSV(B) | 342.86º | 0.65% | 0.21% | - |
| XYZ | 1.98 | 1.34 | 1.32 | - |
| YUV | 30.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 29 | 0 | 0.65 | 0.46 | 0.79 | 342.86 | 0.48 | 0.14 |
| Hex | 36 | 13 | 1D | 0 | 41 | 2E | 4F | 157 | 30 | E |
| Octal | 66 | 23 | 35 | 0 | 101 | 56 | 117 | 527 | 60 | 16 |
| Binary | 110110 | 10011 | 11101 | 0 | 1000001 | 101110 | 1001111 | 101010111 | 110000 | 1110 |
Color Harmonies of #36131D
Complementary color
Monochromatic Colors of #36131D
Black with #36131D
Text Example
Text Example
White with #36131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36131D; }
p { color: rgb(54,19,29); }
H1.HeaderClassName
{
color: #36131D;
}
.AnyTagClassName
{
color: #36131D;
}
</style>
background-color css
<style>
a { background-color: #36131D; }
a { background-color: rgb(54,19,29); }
div.DivClassName
{
background-color: #36131D;
}
.BgClassName
{
background-color: #36131D;
}
</style>
border-color css
<style>
span { border-color: #36131D; }
span { border-color: rgb(54,19,29); }
td.TdClassName
{
border-color: #36131D;
}
.TagClassName
{
border-color: #36131D;
}
</style>