Shades of Lusty #7C281E
Tints of Lusty #7C281E
RGB
CMYK
RGB Variations
Color information
#7C281E (or 0x7C281E) is known color: Lusty. HEX triplet: 7C, 28 and 1E. RGB value is (124,40,30). Sum of RGB (Red+Green+Blue) = 124+40+30=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C281E is #83D7E1. Grayscale: #404040. Windows color (decimal): -8640482 or 1976444. OLE color: 1976444.
HSL color Cylindrical-coordinate representation of color #7C281E: hue angle of 6.38º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C281E is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 30 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.51 |
| HSL | 6.38º | 0.61% | 0.3% | - |
| HSV(B) | 6.38º | 0.76% | 0.49% | - |
| XYZ | 9.31 | 5.9 | 1.88 | - |
| YUV | 63.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 30 | 0 | 0.68 | 0.76 | 0.51 | 6.38 | 0.61 | 0.3 |
| Hex | 7C | 28 | 1E | 0 | 44 | 4C | 33 | 6 | 3D | 1E |
| Octal | 174 | 50 | 36 | 0 | 104 | 114 | 63 | 6 | 75 | 36 |
| Binary | 1111100 | 101000 | 11110 | 0 | 1000100 | 1001100 | 110011 | 110 | 111101 | 11110 |
Color Harmonies of #7C281E
Complementary color
Monochromatic Colors of #7C281E
Black with #7C281E
Text Example
Text Example
White with #7C281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C281E; }
p { color: rgb(124,40,30); }
H1.HeaderClassName
{
color: #7C281E;
}
.AnyTagClassName
{
color: #7C281E;
}
</style>
background-color css
<style>
a { background-color: #7C281E; }
a { background-color: rgb(124,40,30); }
div.DivClassName
{
background-color: #7C281E;
}
.BgClassName
{
background-color: #7C281E;
}
</style>
border-color css
<style>
span { border-color: #7C281E; }
span { border-color: rgb(124,40,30); }
td.TdClassName
{
border-color: #7C281E;
}
.TagClassName
{
border-color: #7C281E;
}
</style>