Shades of Temptress #36171E
Tints of Temptress #36171E
RGB
CMYK
RGB Variations
Color information
#36171E (or 0x36171E) is known color: Temptress. HEX triplet: 36, 17 and 1E. RGB value is (54,23,30). Sum of RGB (Red+Green+Blue) = 54+23+30=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #36171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36171E is #C9E8E1. Grayscale: #212121. Windows color (decimal): -13232354 or 1972022. OLE color: 1972022.
HSL color Cylindrical-coordinate representation of color #36171E: hue angle of 346.45º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36171E is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 23 | 30 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.79 |
| HSL | 346.45º | 0.4% | 0.15% | - |
| HSV(B) | 346.45º | 0.57% | 0.21% | - |
| XYZ | 2.06 | 1.49 | 1.41 | - |
| YUV | 33.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 30 | 0 | 0.57 | 0.44 | 0.79 | 346.45 | 0.4 | 0.15 |
| Hex | 36 | 17 | 1E | 0 | 39 | 2C | 4F | 15A | 28 | F |
| Octal | 66 | 27 | 36 | 0 | 71 | 54 | 117 | 532 | 50 | 17 |
| Binary | 110110 | 10111 | 11110 | 0 | 111001 | 101100 | 1001111 | 101011010 | 101000 | 1111 |
Color Harmonies of #36171E
Complementary color
Monochromatic Colors of #36171E
Black with #36171E
Text Example
Text Example
White with #36171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36171E; }
p { color: rgb(54,23,30); }
H1.HeaderClassName
{
color: #36171E;
}
.AnyTagClassName
{
color: #36171E;
}
</style>
background-color css
<style>
a { background-color: #36171E; }
a { background-color: rgb(54,23,30); }
div.DivClassName
{
background-color: #36171E;
}
.BgClassName
{
background-color: #36171E;
}
</style>
border-color css
<style>
span { border-color: #36171E; }
span { border-color: rgb(54,23,30); }
td.TdClassName
{
border-color: #36171E;
}
.TagClassName
{
border-color: #36171E;
}
</style>