Shades of Temptress #441D27
Tints of Temptress #441D27
RGB
CMYK
RGB Variations
Color information
#441D27 (or 0x441D27) is known color: Temptress. HEX triplet: 44, 1D and 27. RGB value is (68,29,39). Sum of RGB (Red+Green+Blue) = 68+29+39=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #441D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D27 is #BBE2D8. Grayscale: #292929. Windows color (decimal): -12313305 or 2563396. OLE color: 2563396.
HSL color Cylindrical-coordinate representation of color #441D27: hue angle of 344.62º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #441D27 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 29 | 39 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.73 |
| HSL | 344.62º | 0.4% | 0.19% | - |
| HSV(B) | 344.62º | 0.57% | 0.27% | - |
| XYZ | 3.19 | 2.25 | 2.19 | - |
| YUV | 41.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 39 | 0 | 0.57 | 0.43 | 0.73 | 344.62 | 0.4 | 0.19 |
| Hex | 44 | 1D | 27 | 0 | 39 | 2B | 49 | 159 | 28 | 13 |
| Octal | 104 | 35 | 47 | 0 | 71 | 53 | 111 | 531 | 50 | 23 |
| Binary | 1000100 | 11101 | 100111 | 0 | 111001 | 101011 | 1001001 | 101011001 | 101000 | 10011 |
Color Harmonies of #441D27
Complementary color
Monochromatic Colors of #441D27
Black with #441D27
Text Example
Text Example
White with #441D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D27; }
p { color: rgb(68,29,39); }
H1.HeaderClassName
{
color: #441D27;
}
.AnyTagClassName
{
color: #441D27;
}
</style>
background-color css
<style>
a { background-color: #441D27; }
a { background-color: rgb(68,29,39); }
div.DivClassName
{
background-color: #441D27;
}
.BgClassName
{
background-color: #441D27;
}
</style>
border-color css
<style>
span { border-color: #441D27; }
span { border-color: rgb(68,29,39); }
td.TdClassName
{
border-color: #441D27;
}
.TagClassName
{
border-color: #441D27;
}
</style>