Shades of Lusty #75261F
Tints of Lusty #75261F
RGB
CMYK
RGB Variations
Color information
#75261F (or 0x75261F) is known color: Lusty. HEX triplet: 75, 26 and 1F. RGB value is (117,38,31). Sum of RGB (Red+Green+Blue) = 117+38+31=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #75261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75261F is #8AD9E0. Grayscale: #3C3C3C. Windows color (decimal): -9099745 or 2041461. OLE color: 2041461.
HSL color Cylindrical-coordinate representation of color #75261F: hue angle of 4.88º 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 #75261F is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 38 | 31 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.54 |
| HSL | 4.88º | 0.58% | 0.29% | - |
| HSV(B) | 4.88º | 0.74% | 0.46% | - |
| XYZ | 8.28 | 5.27 | 1.88 | - |
| YUV | 60.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 31 | 0 | 0.68 | 0.74 | 0.54 | 4.88 | 0.58 | 0.29 |
| Hex | 75 | 26 | 1F | 0 | 44 | 4A | 36 | 5 | 3A | 1D |
| Octal | 165 | 46 | 37 | 0 | 104 | 112 | 66 | 5 | 72 | 35 |
| Binary | 1110101 | 100110 | 11111 | 0 | 1000100 | 1001010 | 110110 | 101 | 111010 | 11101 |
Color Harmonies of #75261F
Complementary color
Monochromatic Colors of #75261F
Black with #75261F
Text Example
Text Example
White with #75261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75261F; }
p { color: rgb(117,38,31); }
H1.HeaderClassName
{
color: #75261F;
}
.AnyTagClassName
{
color: #75261F;
}
</style>
background-color css
<style>
a { background-color: #75261F; }
a { background-color: rgb(117,38,31); }
div.DivClassName
{
background-color: #75261F;
}
.BgClassName
{
background-color: #75261F;
}
</style>
border-color css
<style>
span { border-color: #75261F; }
span { border-color: rgb(117,38,31); }
td.TdClassName
{
border-color: #75261F;
}
.TagClassName
{
border-color: #75261F;
}
</style>