Shades of Lusty #76251F
Tints of Lusty #76251F
RGB
CMYK
RGB Variations
Color information
#76251F (or 0x76251F) is known color: Lusty. HEX triplet: 76, 25 and 1F. RGB value is (118,37,31). Sum of RGB (Red+Green+Blue) = 118+37+31=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #76251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76251F is #89DAE0. Grayscale: #3C3C3C. Windows color (decimal): -9034465 or 2041206. OLE color: 2041206.
HSL color Cylindrical-coordinate representation of color #76251F: hue angle of 4.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76251F is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 37 | 31 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.54 |
| HSL | 4.14º | 0.58% | 0.29% | - |
| HSV(B) | 4.14º | 0.74% | 0.46% | - |
| XYZ | 8.38 | 5.27 | 1.87 | - |
| YUV | 60.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 31 | 0 | 0.69 | 0.74 | 0.54 | 4.14 | 0.58 | 0.29 |
| Hex | 76 | 25 | 1F | 0 | 45 | 4A | 36 | 4 | 3A | 1D |
| Octal | 166 | 45 | 37 | 0 | 105 | 112 | 66 | 4 | 72 | 35 |
| Binary | 1110110 | 100101 | 11111 | 0 | 1000101 | 1001010 | 110110 | 100 | 111010 | 11101 |
Color Harmonies of #76251F
Complementary color
Monochromatic Colors of #76251F
Black with #76251F
Text Example
Text Example
White with #76251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76251F; }
p { color: rgb(118,37,31); }
H1.HeaderClassName
{
color: #76251F;
}
.AnyTagClassName
{
color: #76251F;
}
</style>
background-color css
<style>
a { background-color: #76251F; }
a { background-color: rgb(118,37,31); }
div.DivClassName
{
background-color: #76251F;
}
.BgClassName
{
background-color: #76251F;
}
</style>
border-color css
<style>
span { border-color: #76251F; }
span { border-color: rgb(118,37,31); }
td.TdClassName
{
border-color: #76251F;
}
.TagClassName
{
border-color: #76251F;
}
</style>