Shades of Temptress #28151D
Tints of Temptress #28151D
RGB
CMYK
RGB Variations
Color information
#28151D (or 0x28151D) is known color: Temptress. HEX triplet: 28, 15 and 1D. RGB value is (40,21,29). Sum of RGB (Red+Green+Blue) = 40+21+29=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #28151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28151D is #D7EAE2. Grayscale: #1B1B1B. Windows color (decimal): -14150371 or 1905960. OLE color: 1905960.
HSL color Cylindrical-coordinate representation of color #28151D: hue angle of 334.74º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28151D is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 21 | 29 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.84 |
| HSL | 334.74º | 0.31% | 0.12% | - |
| HSV(B) | 334.74º | 0.48% | 0.16% | - |
| XYZ | 1.37 | 1.08 | 1.3 | - |
| YUV | 27.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 29 | 0 | 0.48 | 0.28 | 0.84 | 334.74 | 0.31 | 0.12 |
| Hex | 28 | 15 | 1D | 0 | 30 | 1C | 54 | 14F | 1F | C |
| Octal | 50 | 25 | 35 | 0 | 60 | 34 | 124 | 517 | 37 | 14 |
| Binary | 101000 | 10101 | 11101 | 0 | 110000 | 11100 | 1010100 | 101001111 | 11111 | 1100 |
Color Harmonies of #28151D
Complementary color
Monochromatic Colors of #28151D
Black with #28151D
Text Example
Text Example
White with #28151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28151D; }
p { color: rgb(40,21,29); }
H1.HeaderClassName
{
color: #28151D;
}
.AnyTagClassName
{
color: #28151D;
}
</style>
background-color css
<style>
a { background-color: #28151D; }
a { background-color: rgb(40,21,29); }
div.DivClassName
{
background-color: #28151D;
}
.BgClassName
{
background-color: #28151D;
}
</style>
border-color css
<style>
span { border-color: #28151D; }
span { border-color: rgb(40,21,29); }
td.TdClassName
{
border-color: #28151D;
}
.TagClassName
{
border-color: #28151D;
}
</style>