Shades of Temptress #351A20
Tints of Temptress #351A20
RGB
CMYK
RGB Variations
Color information
#351A20 (or 0x351A20) is known color: Temptress. HEX triplet: 35, 1A and 20. RGB value is (53,26,32). Sum of RGB (Red+Green+Blue) = 53+26+32=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #351A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A20 is #CAE5DF. Grayscale: #222222. Windows color (decimal): -13297120 or 2103861. OLE color: 2103861.
HSL color Cylindrical-coordinate representation of color #351A20: hue angle of 346.67º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #351A20 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 26 | 32 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.79 |
| HSL | 346.67º | 0.34% | 0.15% | - |
| HSV(B) | 346.67º | 0.51% | 0.21% | - |
| XYZ | 2.1 | 1.6 | 1.56 | - |
| YUV | 34.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 32 | 0 | 0.51 | 0.40 | 0.79 | 346.67 | 0.34 | 0.15 |
| Hex | 35 | 1A | 20 | 0 | 33 | 28 | 4F | 15B | 22 | F |
| Octal | 65 | 32 | 40 | 0 | 63 | 50 | 117 | 533 | 42 | 17 |
| Binary | 110101 | 11010 | 100000 | 0 | 110011 | 101000 | 1001111 | 101011011 | 100010 | 1111 |
Color Harmonies of #351A20
Complementary color
Monochromatic Colors of #351A20
Black with #351A20
Text Example
Text Example
White with #351A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A20; }
p { color: rgb(53,26,32); }
H1.HeaderClassName
{
color: #351A20;
}
.AnyTagClassName
{
color: #351A20;
}
</style>
background-color css
<style>
a { background-color: #351A20; }
a { background-color: rgb(53,26,32); }
div.DivClassName
{
background-color: #351A20;
}
.BgClassName
{
background-color: #351A20;
}
</style>
border-color css
<style>
span { border-color: #351A20; }
span { border-color: rgb(53,26,32); }
td.TdClassName
{
border-color: #351A20;
}
.TagClassName
{
border-color: #351A20;
}
</style>