Shades of Temptress #360E1C
Tints of Temptress #360E1C
RGB
CMYK
RGB Variations
Color information
#360E1C (or 0x360E1C) is known color: Temptress. HEX triplet: 36, 0E and 1C. RGB value is (54,14,28). Sum of RGB (Red+Green+Blue) = 54+14+28=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #360E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E1C is #C9F1E3. Grayscale: #1B1B1B. Windows color (decimal): -13234660 or 1838646. OLE color: 1838646.
HSL color Cylindrical-coordinate representation of color #360E1C: hue angle of 339º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #360E1C is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 28 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.79 |
| HSL | 339º | 0.59% | 0.13% | - |
| HSV(B) | 339º | 0.74% | 0.21% | - |
| XYZ | 1.89 | 1.18 | 1.23 | - |
| YUV | 27.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 28 | 0 | 0.74 | 0.48 | 0.79 | 339 | 0.59 | 0.13 |
| Hex | 36 | E | 1C | 0 | 4A | 30 | 4F | 153 | 3B | D |
| Octal | 66 | 16 | 34 | 0 | 112 | 60 | 117 | 523 | 73 | 15 |
| Binary | 110110 | 1110 | 11100 | 0 | 1001010 | 110000 | 1001111 | 101010011 | 111011 | 1101 |
Color Harmonies of #360E1C
Complementary color
Monochromatic Colors of #360E1C
Black with #360E1C
Text Example
Text Example
White with #360E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E1C; }
p { color: rgb(54,14,28); }
H1.HeaderClassName
{
color: #360E1C;
}
.AnyTagClassName
{
color: #360E1C;
}
</style>
background-color css
<style>
a { background-color: #360E1C; }
a { background-color: rgb(54,14,28); }
div.DivClassName
{
background-color: #360E1C;
}
.BgClassName
{
background-color: #360E1C;
}
</style>
border-color css
<style>
span { border-color: #360E1C; }
span { border-color: rgb(54,14,28); }
td.TdClassName
{
border-color: #360E1C;
}
.TagClassName
{
border-color: #360E1C;
}
</style>