Shades of Temptress #361A21
Tints of Temptress #361A21
RGB
CMYK
RGB Variations
Color information
#361A21 (or 0x361A21) is known color: Temptress. HEX triplet: 36, 1A and 21. RGB value is (54,26,33). Sum of RGB (Red+Green+Blue) = 54+26+33=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #361A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A21 is #C9E5DE. Grayscale: #232323. Windows color (decimal): -13231583 or 2169398. OLE color: 2169398.
HSL color Cylindrical-coordinate representation of color #361A21: hue angle of 345º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361A21 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 26 | 33 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.79 |
| HSL | 345º | 0.35% | 0.16% | - |
| HSV(B) | 345º | 0.52% | 0.21% | - |
| XYZ | 2.17 | 1.63 | 1.64 | - |
| YUV | 35.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 33 | 0 | 0.52 | 0.39 | 0.79 | 345 | 0.35 | 0.16 |
| Hex | 36 | 1A | 21 | 0 | 34 | 27 | 4F | 159 | 23 | 10 |
| Octal | 66 | 32 | 41 | 0 | 64 | 47 | 117 | 531 | 43 | 20 |
| Binary | 110110 | 11010 | 100001 | 0 | 110100 | 100111 | 1001111 | 101011001 | 100011 | 10000 |
Color Harmonies of #361A21
Complementary color
Monochromatic Colors of #361A21
Black with #361A21
Text Example
Text Example
White with #361A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361A21; }
p { color: rgb(54,26,33); }
H1.HeaderClassName
{
color: #361A21;
}
.AnyTagClassName
{
color: #361A21;
}
</style>
background-color css
<style>
a { background-color: #361A21; }
a { background-color: rgb(54,26,33); }
div.DivClassName
{
background-color: #361A21;
}
.BgClassName
{
background-color: #361A21;
}
</style>
border-color css
<style>
span { border-color: #361A21; }
span { border-color: rgb(54,26,33); }
td.TdClassName
{
border-color: #361A21;
}
.TagClassName
{
border-color: #361A21;
}
</style>