Shades of Temptress #401B23
Tints of Temptress #401B23
RGB
CMYK
RGB Variations
Color information
#401B23 (or 0x401B23) is known color: Temptress. HEX triplet: 40, 1B and 23. RGB value is (64,27,35). Sum of RGB (Red+Green+Blue) = 64+27+35=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #401B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B23 is #BFE4DC. Grayscale: #262626. Windows color (decimal): -12575965 or 2300736. OLE color: 2300736.
HSL color Cylindrical-coordinate representation of color #401B23: hue angle of 347.03º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401B23 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 27 | 35 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.75 |
| HSL | 347.03º | 0.41% | 0.18% | - |
| HSV(B) | 347.03º | 0.58% | 0.25% | - |
| XYZ | 2.81 | 2 | 1.83 | - |
| YUV | 38.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 35 | 0 | 0.58 | 0.45 | 0.75 | 347.03 | 0.41 | 0.18 |
| Hex | 40 | 1B | 23 | 0 | 3A | 2D | 4B | 15B | 29 | 12 |
| Octal | 100 | 33 | 43 | 0 | 72 | 55 | 113 | 533 | 51 | 22 |
| Binary | 1000000 | 11011 | 100011 | 0 | 111010 | 101101 | 1001011 | 101011011 | 101001 | 10010 |
Color Harmonies of #401B23
Complementary color
Monochromatic Colors of #401B23
Black with #401B23
Text Example
Text Example
White with #401B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B23; }
p { color: rgb(64,27,35); }
H1.HeaderClassName
{
color: #401B23;
}
.AnyTagClassName
{
color: #401B23;
}
</style>
background-color css
<style>
a { background-color: #401B23; }
a { background-color: rgb(64,27,35); }
div.DivClassName
{
background-color: #401B23;
}
.BgClassName
{
background-color: #401B23;
}
</style>
border-color css
<style>
span { border-color: #401B23; }
span { border-color: rgb(64,27,35); }
td.TdClassName
{
border-color: #401B23;
}
.TagClassName
{
border-color: #401B23;
}
</style>