Shades of Lusty #74251F
Tints of Lusty #74251F
RGB
CMYK
RGB Variations
Color information
#74251F (or 0x74251F) is known color: Lusty. HEX triplet: 74, 25 and 1F. RGB value is (116,37,31). Sum of RGB (Red+Green+Blue) = 116+37+31=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #74251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74251F is #8BDAE0. Grayscale: #3C3C3C. Windows color (decimal): -9165537 or 2041204. OLE color: 2041204.
HSL color Cylindrical-coordinate representation of color #74251F: hue angle of 4.24º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74251F is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 37 | 31 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.55 |
| HSL | 4.24º | 0.58% | 0.29% | - |
| HSV(B) | 4.24º | 0.73% | 0.45% | - |
| XYZ | 8.11 | 5.14 | 1.86 | - |
| YUV | 59.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 37 | 31 | 0 | 0.68 | 0.73 | 0.55 | 4.24 | 0.58 | 0.29 |
| Hex | 74 | 25 | 1F | 0 | 44 | 49 | 37 | 4 | 3A | 1D |
| Octal | 164 | 45 | 37 | 0 | 104 | 111 | 67 | 4 | 72 | 35 |
| Binary | 1110100 | 100101 | 11111 | 0 | 1000100 | 1001001 | 110111 | 100 | 111010 | 11101 |
Color Harmonies of #74251F
Complementary color
Monochromatic Colors of #74251F
Black with #74251F
Text Example
Text Example
White with #74251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74251F; }
p { color: rgb(116,37,31); }
H1.HeaderClassName
{
color: #74251F;
}
.AnyTagClassName
{
color: #74251F;
}
</style>
background-color css
<style>
a { background-color: #74251F; }
a { background-color: rgb(116,37,31); }
div.DivClassName
{
background-color: #74251F;
}
.BgClassName
{
background-color: #74251F;
}
</style>
border-color css
<style>
span { border-color: #74251F; }
span { border-color: rgb(116,37,31); }
td.TdClassName
{
border-color: #74251F;
}
.TagClassName
{
border-color: #74251F;
}
</style>