Shades of Lusty #7B271F
Tints of Lusty #7B271F
RGB
CMYK
RGB Variations
Color information
#7B271F (or 0x7B271F) is known color: Lusty. HEX triplet: 7B, 27 and 1F. RGB value is (123,39,31). Sum of RGB (Red+Green+Blue) = 123+39+31=193 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.73% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 123 - color contains mainly: red. Hex color #7B271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B271F is #84D8E0. Grayscale: #3F3F3F. Windows color (decimal): -8706273 or 2041723. OLE color: 2041723.
HSL color Cylindrical-coordinate representation of color #7B271F: hue angle of 5.22º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B271F is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 31 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.52 |
| HSL | 5.22º | 0.6% | 0.3% | - |
| HSV(B) | 5.22º | 0.75% | 0.48% | - |
| XYZ | 9.14 | 5.76 | 1.93 | - |
| YUV | 63.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 31 | 0 | 0.68 | 0.75 | 0.52 | 5.22 | 0.6 | 0.3 |
| Hex | 7B | 27 | 1F | 0 | 44 | 4B | 34 | 5 | 3C | 1E |
| Octal | 173 | 47 | 37 | 0 | 104 | 113 | 64 | 5 | 74 | 36 |
| Binary | 1111011 | 100111 | 11111 | 0 | 1000100 | 1001011 | 110100 | 101 | 111100 | 11110 |
Color Harmonies of #7B271F
Complementary color
Monochromatic Colors of #7B271F
Black with #7B271F
Text Example
Text Example
White with #7B271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B271F; }
p { color: rgb(123,39,31); }
H1.HeaderClassName
{
color: #7B271F;
}
.AnyTagClassName
{
color: #7B271F;
}
</style>
background-color css
<style>
a { background-color: #7B271F; }
a { background-color: rgb(123,39,31); }
div.DivClassName
{
background-color: #7B271F;
}
.BgClassName
{
background-color: #7B271F;
}
</style>
border-color css
<style>
span { border-color: #7B271F; }
span { border-color: rgb(123,39,31); }
td.TdClassName
{
border-color: #7B271F;
}
.TagClassName
{
border-color: #7B271F;
}
</style>