Shades of Lusty #75251F
Tints of Lusty #75251F
RGB
CMYK
RGB Variations
Color information
#75251F (or 0x75251F) is known color: Lusty. HEX triplet: 75, 25 and 1F. RGB value is (117,37,31). Sum of RGB (Red+Green+Blue) = 117+37+31=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75251F is #8ADAE0. Grayscale: #3C3C3C. Windows color (decimal): -9100001 or 2041205. OLE color: 2041205.
HSL color Cylindrical-coordinate representation of color #75251F: hue angle of 4.19º 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 #75251F is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 37 | 31 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.54 |
| HSL | 4.19º | 0.58% | 0.29% | - |
| HSV(B) | 4.19º | 0.74% | 0.46% | - |
| XYZ | 8.25 | 5.2 | 1.87 | - |
| YUV | 60.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 31 | 0 | 0.68 | 0.74 | 0.54 | 4.19 | 0.58 | 0.29 |
| Hex | 75 | 25 | 1F | 0 | 44 | 4A | 36 | 4 | 3A | 1D |
| Octal | 165 | 45 | 37 | 0 | 104 | 112 | 66 | 4 | 72 | 35 |
| Binary | 1110101 | 100101 | 11111 | 0 | 1000100 | 1001010 | 110110 | 100 | 111010 | 11101 |
Color Harmonies of #75251F
Complementary color
Monochromatic Colors of #75251F
Black with #75251F
Text Example
Text Example
White with #75251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75251F; }
p { color: rgb(117,37,31); }
H1.HeaderClassName
{
color: #75251F;
}
.AnyTagClassName
{
color: #75251F;
}
</style>
background-color css
<style>
a { background-color: #75251F; }
a { background-color: rgb(117,37,31); }
div.DivClassName
{
background-color: #75251F;
}
.BgClassName
{
background-color: #75251F;
}
</style>
border-color css
<style>
span { border-color: #75251F; }
span { border-color: rgb(117,37,31); }
td.TdClassName
{
border-color: #75251F;
}
.TagClassName
{
border-color: #75251F;
}
</style>