Shades of Temptress #431D26
Tints of Temptress #431D26
RGB
CMYK
RGB Variations
Color information
#431D26 (or 0x431D26) is known color: Temptress. HEX triplet: 43, 1D and 26. RGB value is (67,29,38). Sum of RGB (Red+Green+Blue) = 67+29+38=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #431D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D26 is #BCE2D9. Grayscale: #292929. Windows color (decimal): -12378842 or 2497859. OLE color: 2497859.
HSL color Cylindrical-coordinate representation of color #431D26: hue angle of 345.79º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D26 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 38 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.74 |
| HSL | 345.79º | 0.4% | 0.19% | - |
| HSV(B) | 345.79º | 0.57% | 0.26% | - |
| XYZ | 3.1 | 2.21 | 2.1 | - |
| YUV | 41.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 38 | 0 | 0.57 | 0.43 | 0.74 | 345.79 | 0.4 | 0.19 |
| Hex | 43 | 1D | 26 | 0 | 39 | 2B | 4A | 15A | 28 | 13 |
| Octal | 103 | 35 | 46 | 0 | 71 | 53 | 112 | 532 | 50 | 23 |
| Binary | 1000011 | 11101 | 100110 | 0 | 111001 | 101011 | 1001010 | 101011010 | 101000 | 10011 |
Color Harmonies of #431D26
Complementary color
Monochromatic Colors of #431D26
Black with #431D26
Text Example
Text Example
White with #431D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D26; }
p { color: rgb(67,29,38); }
H1.HeaderClassName
{
color: #431D26;
}
.AnyTagClassName
{
color: #431D26;
}
</style>
background-color css
<style>
a { background-color: #431D26; }
a { background-color: rgb(67,29,38); }
div.DivClassName
{
background-color: #431D26;
}
.BgClassName
{
background-color: #431D26;
}
</style>
border-color css
<style>
span { border-color: #431D26; }
span { border-color: rgb(67,29,38); }
td.TdClassName
{
border-color: #431D26;
}
.TagClassName
{
border-color: #431D26;
}
</style>