Shades of Temptress #27171D
Tints of Temptress #27171D
RGB
CMYK
RGB Variations
Color information
#27171D (or 0x27171D) is known color: Temptress. HEX triplet: 27, 17 and 1D. RGB value is (39,23,29). Sum of RGB (Red+Green+Blue) = 39+23+29=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 39 - color contains mainly: red. Hex color #27171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27171D is #D8E8E2. Grayscale: #1C1C1C. Windows color (decimal): -14215395 or 1906471. OLE color: 1906471.
HSL color Cylindrical-coordinate representation of color #27171D: hue angle of 337.5º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #27171D is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 23 | 29 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.85 |
| HSL | 337.5º | 0.26% | 0.12% | - |
| HSV(B) | 337.5º | 0.41% | 0.15% | - |
| XYZ | 1.36 | 1.13 | 1.31 | - |
| YUV | 28.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 23 | 29 | 0 | 0.41 | 0.26 | 0.85 | 337.5 | 0.26 | 0.12 |
| Hex | 27 | 17 | 1D | 0 | 29 | 1A | 55 | 152 | 1A | C |
| Octal | 47 | 27 | 35 | 0 | 51 | 32 | 125 | 522 | 32 | 14 |
| Binary | 100111 | 10111 | 11101 | 0 | 101001 | 11010 | 1010101 | 101010010 | 11010 | 1100 |
Color Harmonies of #27171D
Complementary color
Monochromatic Colors of #27171D
Black with #27171D
Text Example
Text Example
White with #27171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27171D; }
p { color: rgb(39,23,29); }
H1.HeaderClassName
{
color: #27171D;
}
.AnyTagClassName
{
color: #27171D;
}
</style>
background-color css
<style>
a { background-color: #27171D; }
a { background-color: rgb(39,23,29); }
div.DivClassName
{
background-color: #27171D;
}
.BgClassName
{
background-color: #27171D;
}
</style>
border-color css
<style>
span { border-color: #27171D; }
span { border-color: rgb(39,23,29); }
td.TdClassName
{
border-color: #27171D;
}
.TagClassName
{
border-color: #27171D;
}
</style>