Shades of Lusty #76251E
Tints of Lusty #76251E
RGB
CMYK
RGB Variations
Color information
#76251E (or 0x76251E) is known color: Lusty. HEX triplet: 76, 25 and 1E. RGB value is (118,37,30). Sum of RGB (Red+Green+Blue) = 118+37+30=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76251E is #89DAE1. Grayscale: #3C3C3C. Windows color (decimal): -9034466 or 1975670. OLE color: 1975670.
HSL color Cylindrical-coordinate representation of color #76251E: hue angle of 4.77º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76251E is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 37 | 30 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.54 |
| HSL | 4.77º | 0.59% | 0.29% | - |
| HSV(B) | 4.77º | 0.75% | 0.46% | - |
| XYZ | 8.37 | 5.27 | 1.8 | - |
| YUV | 60.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 30 | 0 | 0.69 | 0.75 | 0.54 | 4.77 | 0.59 | 0.29 |
| Hex | 76 | 25 | 1E | 0 | 45 | 4B | 36 | 5 | 3B | 1D |
| Octal | 166 | 45 | 36 | 0 | 105 | 113 | 66 | 5 | 73 | 35 |
| Binary | 1110110 | 100101 | 11110 | 0 | 1000101 | 1001011 | 110110 | 101 | 111011 | 11101 |
Color Harmonies of #76251E
Complementary color
Monochromatic Colors of #76251E
Black with #76251E
Text Example
Text Example
White with #76251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76251E; }
p { color: rgb(118,37,30); }
H1.HeaderClassName
{
color: #76251E;
}
.AnyTagClassName
{
color: #76251E;
}
</style>
background-color css
<style>
a { background-color: #76251E; }
a { background-color: rgb(118,37,30); }
div.DivClassName
{
background-color: #76251E;
}
.BgClassName
{
background-color: #76251E;
}
</style>
border-color css
<style>
span { border-color: #76251E; }
span { border-color: rgb(118,37,30); }
td.TdClassName
{
border-color: #76251E;
}
.TagClassName
{
border-color: #76251E;
}
</style>