Shades of Temptress #431B24
Tints of Temptress #431B24
RGB
CMYK
RGB Variations
Color information
#431B24 (or 0x431B24) is known color: Temptress. HEX triplet: 43, 1B and 24. RGB value is (67,27,36). Sum of RGB (Red+Green+Blue) = 67+27+36=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #431B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B24 is #BCE4DB. Grayscale: #272727. Windows color (decimal): -12379356 or 2366275. OLE color: 2366275.
HSL color Cylindrical-coordinate representation of color #431B24: hue angle of 346.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B24 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 36 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.74 |
| HSL | 346.5º | 0.43% | 0.18% | - |
| HSV(B) | 346.5º | 0.6% | 0.26% | - |
| XYZ | 3.03 | 2.1 | 1.92 | - |
| YUV | 39.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 36 | 0 | 0.60 | 0.46 | 0.74 | 346.5 | 0.43 | 0.18 |
| Hex | 43 | 1B | 24 | 0 | 3C | 2E | 4A | 15A | 2B | 12 |
| Octal | 103 | 33 | 44 | 0 | 74 | 56 | 112 | 532 | 53 | 22 |
| Binary | 1000011 | 11011 | 100100 | 0 | 111100 | 101110 | 1001010 | 101011010 | 101011 | 10010 |
Color Harmonies of #431B24
Complementary color
Monochromatic Colors of #431B24
Black with #431B24
Text Example
Text Example
White with #431B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B24; }
p { color: rgb(67,27,36); }
H1.HeaderClassName
{
color: #431B24;
}
.AnyTagClassName
{
color: #431B24;
}
</style>
background-color css
<style>
a { background-color: #431B24; }
a { background-color: rgb(67,27,36); }
div.DivClassName
{
background-color: #431B24;
}
.BgClassName
{
background-color: #431B24;
}
</style>
border-color css
<style>
span { border-color: #431B24; }
span { border-color: rgb(67,27,36); }
td.TdClassName
{
border-color: #431B24;
}
.TagClassName
{
border-color: #431B24;
}
</style>