Shades of Temptress #35121D
Tints of Temptress #35121D
RGB
CMYK
RGB Variations
Color information
#35121D (or 0x35121D) is known color: Temptress. HEX triplet: 35, 12 and 1D. RGB value is (53,18,29). Sum of RGB (Red+Green+Blue) = 53+18+29=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35121D is #CAEDE2. Grayscale: #1D1D1D. Windows color (decimal): -13299171 or 1905205. OLE color: 1905205.
HSL color Cylindrical-coordinate representation of color #35121D: hue angle of 341.14º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35121D is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 18 | 29 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.79 |
| HSL | 341.14º | 0.49% | 0.14% | - |
| HSV(B) | 341.14º | 0.66% | 0.21% | - |
| XYZ | 1.91 | 1.28 | 1.31 | - |
| YUV | 29.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 29 | 0 | 0.66 | 0.45 | 0.79 | 341.14 | 0.49 | 0.14 |
| Hex | 35 | 12 | 1D | 0 | 42 | 2D | 4F | 155 | 31 | E |
| Octal | 65 | 22 | 35 | 0 | 102 | 55 | 117 | 525 | 61 | 16 |
| Binary | 110101 | 10010 | 11101 | 0 | 1000010 | 101101 | 1001111 | 101010101 | 110001 | 1110 |
Color Harmonies of #35121D
Complementary color
Monochromatic Colors of #35121D
Black with #35121D
Text Example
Text Example
White with #35121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35121D; }
p { color: rgb(53,18,29); }
H1.HeaderClassName
{
color: #35121D;
}
.AnyTagClassName
{
color: #35121D;
}
</style>
background-color css
<style>
a { background-color: #35121D; }
a { background-color: rgb(53,18,29); }
div.DivClassName
{
background-color: #35121D;
}
.BgClassName
{
background-color: #35121D;
}
</style>
border-color css
<style>
span { border-color: #35121D; }
span { border-color: rgb(53,18,29); }
td.TdClassName
{
border-color: #35121D;
}
.TagClassName
{
border-color: #35121D;
}
</style>