Shades of Lusty #75302F
Tints of Lusty #75302F
RGB
CMYK
RGB Variations
Color information
#75302F (or 0x75302F) is known color: Lusty. HEX triplet: 75, 30 and 2F. RGB value is (117,48,47). Sum of RGB (Red+Green+Blue) = 117+48+47=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75302F is #8ACFD0. Grayscale: #444444. Windows color (decimal): -9097169 or 3092597. OLE color: 3092597.
HSL color Cylindrical-coordinate representation of color #75302F: hue angle of 0.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75302F is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 48 | 47 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.54 |
| HSL | 0.86º | 0.43% | 0.32% | - |
| HSV(B) | 0.86º | 0.6% | 0.46% | - |
| XYZ | 8.91 | 6.1 | 3.4 | - |
| YUV | 68.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 47 | 0 | 0.59 | 0.60 | 0.54 | 0.86 | 0.43 | 0.32 |
| Hex | 75 | 30 | 2F | 0 | 3B | 3C | 36 | 1 | 2B | 20 |
| Octal | 165 | 60 | 57 | 0 | 73 | 74 | 66 | 1 | 53 | 40 |
| Binary | 1110101 | 110000 | 101111 | 0 | 111011 | 111100 | 110110 | 1 | 101011 | 100000 |
Color Harmonies of #75302F
Complementary color
Monochromatic Colors of #75302F
Black with #75302F
Text Example
Text Example
White with #75302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75302F; }
p { color: rgb(117,48,47); }
H1.HeaderClassName
{
color: #75302F;
}
.AnyTagClassName
{
color: #75302F;
}
</style>
background-color css
<style>
a { background-color: #75302F; }
a { background-color: rgb(117,48,47); }
div.DivClassName
{
background-color: #75302F;
}
.BgClassName
{
background-color: #75302F;
}
</style>
border-color css
<style>
span { border-color: #75302F; }
span { border-color: rgb(117,48,47); }
td.TdClassName
{
border-color: #75302F;
}
.TagClassName
{
border-color: #75302F;
}
</style>