Shades of Temptress #431F27
Tints of Temptress #431F27
RGB
CMYK
RGB Variations
Color information
#431F27 (or 0x431F27) is known color: Temptress. HEX triplet: 43, 1F and 27. RGB value is (67,31,39). Sum of RGB (Red+Green+Blue) = 67+31+39=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #431F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F27 is #BCE0D8. Grayscale: #2A2A2A. Windows color (decimal): -12378329 or 2563907. OLE color: 2563907.
HSL color Cylindrical-coordinate representation of color #431F27: hue angle of 346.67º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #431F27 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 39 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.74 |
| HSL | 346.67º | 0.37% | 0.19% | - |
| HSV(B) | 346.67º | 0.54% | 0.26% | - |
| XYZ | 3.17 | 2.32 | 2.2 | - |
| YUV | 42.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 39 | 0 | 0.54 | 0.42 | 0.74 | 346.67 | 0.37 | 0.19 |
| Hex | 43 | 1F | 27 | 0 | 36 | 2A | 4A | 15B | 25 | 13 |
| Octal | 103 | 37 | 47 | 0 | 66 | 52 | 112 | 533 | 45 | 23 |
| Binary | 1000011 | 11111 | 100111 | 0 | 110110 | 101010 | 1001010 | 101011011 | 100101 | 10011 |
Color Harmonies of #431F27
Complementary color
Monochromatic Colors of #431F27
Black with #431F27
Text Example
Text Example
White with #431F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F27; }
p { color: rgb(67,31,39); }
H1.HeaderClassName
{
color: #431F27;
}
.AnyTagClassName
{
color: #431F27;
}
</style>
background-color css
<style>
a { background-color: #431F27; }
a { background-color: rgb(67,31,39); }
div.DivClassName
{
background-color: #431F27;
}
.BgClassName
{
background-color: #431F27;
}
</style>
border-color css
<style>
span { border-color: #431F27; }
span { border-color: rgb(67,31,39); }
td.TdClassName
{
border-color: #431F27;
}
.TagClassName
{
border-color: #431F27;
}
</style>