Shades of Lusty #752F2E
Tints of Lusty #752F2E
RGB
CMYK
RGB Variations
Color information
#752F2E (or 0x752F2E) is known color: Lusty. HEX triplet: 75, 2F and 2E. RGB value is (117,47,46). Sum of RGB (Red+Green+Blue) = 117+47+46=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #752F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F2E is #8AD0D1. Grayscale: #434343. Windows color (decimal): -9097426 or 3026805. OLE color: 3026805.
HSL color Cylindrical-coordinate representation of color #752F2E: hue angle of 0.85º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752F2E is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 46 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.54 |
| HSL | 0.85º | 0.44% | 0.32% | - |
| HSV(B) | 0.85º | 0.61% | 0.46% | - |
| XYZ | 8.85 | 6.01 | 3.28 | - |
| YUV | 67.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 46 | 0 | 0.60 | 0.61 | 0.54 | 0.85 | 0.44 | 0.32 |
| Hex | 75 | 2F | 2E | 0 | 3C | 3D | 36 | 1 | 2C | 20 |
| Octal | 165 | 57 | 56 | 0 | 74 | 75 | 66 | 1 | 54 | 40 |
| Binary | 1110101 | 101111 | 101110 | 0 | 111100 | 111101 | 110110 | 1 | 101100 | 100000 |
Color Harmonies of #752F2E
Complementary color
Monochromatic Colors of #752F2E
Black with #752F2E
Text Example
Text Example
White with #752F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F2E; }
p { color: rgb(117,47,46); }
H1.HeaderClassName
{
color: #752F2E;
}
.AnyTagClassName
{
color: #752F2E;
}
</style>
background-color css
<style>
a { background-color: #752F2E; }
a { background-color: rgb(117,47,46); }
div.DivClassName
{
background-color: #752F2E;
}
.BgClassName
{
background-color: #752F2E;
}
</style>
border-color css
<style>
span { border-color: #752F2E; }
span { border-color: rgb(117,47,46); }
td.TdClassName
{
border-color: #752F2E;
}
.TagClassName
{
border-color: #752F2E;
}
</style>