Shades of Temptress #451F28
Tints of Temptress #451F28
RGB
CMYK
RGB Variations
Color information
#451F28 (or 0x451F28) is known color: Temptress. HEX triplet: 45, 1F and 28. RGB value is (69,31,40). Sum of RGB (Red+Green+Blue) = 69+31+40=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #451F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F28 is #BAE0D7. Grayscale: #2B2B2B. Windows color (decimal): -12247256 or 2629445. OLE color: 2629445.
HSL color Cylindrical-coordinate representation of color #451F28: hue angle of 345.79º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #451F28 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 31 | 40 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.73 |
| HSL | 345.79º | 0.38% | 0.2% | - |
| HSV(B) | 345.79º | 0.55% | 0.27% | - |
| XYZ | 3.33 | 2.4 | 2.3 | - |
| YUV | 43.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 40 | 0 | 0.55 | 0.42 | 0.73 | 345.79 | 0.38 | 0.2 |
| Hex | 45 | 1F | 28 | 0 | 37 | 2A | 49 | 15A | 26 | 14 |
| Octal | 105 | 37 | 50 | 0 | 67 | 52 | 111 | 532 | 46 | 24 |
| Binary | 1000101 | 11111 | 101000 | 0 | 110111 | 101010 | 1001001 | 101011010 | 100110 | 10100 |
Color Harmonies of #451F28
Complementary color
Monochromatic Colors of #451F28
Black with #451F28
Text Example
Text Example
White with #451F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F28; }
p { color: rgb(69,31,40); }
H1.HeaderClassName
{
color: #451F28;
}
.AnyTagClassName
{
color: #451F28;
}
</style>
background-color css
<style>
a { background-color: #451F28; }
a { background-color: rgb(69,31,40); }
div.DivClassName
{
background-color: #451F28;
}
.BgClassName
{
background-color: #451F28;
}
</style>
border-color css
<style>
span { border-color: #451F28; }
span { border-color: rgb(69,31,40); }
td.TdClassName
{
border-color: #451F28;
}
.TagClassName
{
border-color: #451F28;
}
</style>