Shades of Temptress #35141E
Tints of Temptress #35141E
RGB
CMYK
RGB Variations
Color information
#35141E (or 0x35141E) is known color: Temptress. HEX triplet: 35, 14 and 1E. RGB value is (53,20,30). Sum of RGB (Red+Green+Blue) = 53+20+30=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35141E is #CAEBE1. Grayscale: #1E1E1E. Windows color (decimal): -13298658 or 1971253. OLE color: 1971253.
HSL color Cylindrical-coordinate representation of color #35141E: hue angle of 341.82º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35141E is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 20 | 30 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.79 |
| HSL | 341.82º | 0.45% | 0.14% | - |
| HSV(B) | 341.82º | 0.62% | 0.21% | - |
| XYZ | 1.95 | 1.35 | 1.39 | - |
| YUV | 31.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 30 | 0 | 0.62 | 0.43 | 0.79 | 341.82 | 0.45 | 0.14 |
| Hex | 35 | 14 | 1E | 0 | 3E | 2B | 4F | 156 | 2D | E |
| Octal | 65 | 24 | 36 | 0 | 76 | 53 | 117 | 526 | 55 | 16 |
| Binary | 110101 | 10100 | 11110 | 0 | 111110 | 101011 | 1001111 | 101010110 | 101101 | 1110 |
Color Harmonies of #35141E
Complementary color
Monochromatic Colors of #35141E
Black with #35141E
Text Example
Text Example
White with #35141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35141E; }
p { color: rgb(53,20,30); }
H1.HeaderClassName
{
color: #35141E;
}
.AnyTagClassName
{
color: #35141E;
}
</style>
background-color css
<style>
a { background-color: #35141E; }
a { background-color: rgb(53,20,30); }
div.DivClassName
{
background-color: #35141E;
}
.BgClassName
{
background-color: #35141E;
}
</style>
border-color css
<style>
span { border-color: #35141E; }
span { border-color: rgb(53,20,30); }
td.TdClassName
{
border-color: #35141E;
}
.TagClassName
{
border-color: #35141E;
}
</style>