Shades of Temptress #421A23
Tints of Temptress #421A23
RGB
CMYK
RGB Variations
Color information
#421A23 (or 0x421A23) is known color: Temptress. HEX triplet: 42, 1A and 23. RGB value is (66,26,35). Sum of RGB (Red+Green+Blue) = 66+26+35=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #421A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A23 is #BDE5DC. Grayscale: #262626. Windows color (decimal): -12445149 or 2300482. OLE color: 2300482.
HSL color Cylindrical-coordinate representation of color #421A23: hue angle of 346.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421A23 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 35 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.74 |
| HSL | 346.5º | 0.43% | 0.18% | - |
| HSV(B) | 346.5º | 0.61% | 0.26% | - |
| XYZ | 2.92 | 2.02 | 1.83 | - |
| YUV | 38.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 35 | 0 | 0.61 | 0.47 | 0.74 | 346.5 | 0.43 | 0.18 |
| Hex | 42 | 1A | 23 | 0 | 3D | 2F | 4A | 15A | 2B | 12 |
| Octal | 102 | 32 | 43 | 0 | 75 | 57 | 112 | 532 | 53 | 22 |
| Binary | 1000010 | 11010 | 100011 | 0 | 111101 | 101111 | 1001010 | 101011010 | 101011 | 10010 |
Color Harmonies of #421A23
Complementary color
Monochromatic Colors of #421A23
Black with #421A23
Text Example
Text Example
White with #421A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A23; }
p { color: rgb(66,26,35); }
H1.HeaderClassName
{
color: #421A23;
}
.AnyTagClassName
{
color: #421A23;
}
</style>
background-color css
<style>
a { background-color: #421A23; }
a { background-color: rgb(66,26,35); }
div.DivClassName
{
background-color: #421A23;
}
.BgClassName
{
background-color: #421A23;
}
</style>
border-color css
<style>
span { border-color: #421A23; }
span { border-color: rgb(66,26,35); }
td.TdClassName
{
border-color: #421A23;
}
.TagClassName
{
border-color: #421A23;
}
</style>