Shades of Temptress #280E19
Tints of Temptress #280E19
RGB
CMYK
RGB Variations
Color information
#280E19 (or 0x280E19) is known color: Temptress. HEX triplet: 28, 0E and 19. RGB value is (40,14,25). Sum of RGB (Red+Green+Blue) = 40+14+25=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #280E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E19 is #D7F1E6. Grayscale: #171717. Windows color (decimal): -14152167 or 1642024. OLE color: 1642024.
HSL color Cylindrical-coordinate representation of color #280E19: hue angle of 334.62º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #280E19 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 25 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.84 |
| HSL | 334.62º | 0.48% | 0.11% | - |
| HSV(B) | 334.62º | 0.65% | 0.16% | - |
| XYZ | 1.21 | 0.84 | 1.02 | - |
| YUV | 23.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 25 | 0 | 0.65 | 0.38 | 0.84 | 334.62 | 0.48 | 0.11 |
| Hex | 28 | E | 19 | 0 | 41 | 26 | 54 | 14F | 30 | B |
| Octal | 50 | 16 | 31 | 0 | 101 | 46 | 124 | 517 | 60 | 13 |
| Binary | 101000 | 1110 | 11001 | 0 | 1000001 | 100110 | 1010100 | 101001111 | 110000 | 1011 |
Color Harmonies of #280E19
Complementary color
Monochromatic Colors of #280E19
Black with #280E19
Text Example
Text Example
White with #280E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E19; }
p { color: rgb(40,14,25); }
H1.HeaderClassName
{
color: #280E19;
}
.AnyTagClassName
{
color: #280E19;
}
</style>
background-color css
<style>
a { background-color: #280E19; }
a { background-color: rgb(40,14,25); }
div.DivClassName
{
background-color: #280E19;
}
.BgClassName
{
background-color: #280E19;
}
</style>
border-color css
<style>
span { border-color: #280E19; }
span { border-color: rgb(40,14,25); }
td.TdClassName
{
border-color: #280E19;
}
.TagClassName
{
border-color: #280E19;
}
</style>