Shades of Lusty #752F2B
Tints of Lusty #752F2B
RGB
CMYK
RGB Variations
Color information
#752F2B (or 0x752F2B) is known color: Lusty. HEX triplet: 75, 2F and 2B. RGB value is (117,47,43). Sum of RGB (Red+Green+Blue) = 117+47+43=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #752F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F2B is #8AD0D4. Grayscale: #434343. Windows color (decimal): -9097429 or 2830197. OLE color: 2830197.
HSL color Cylindrical-coordinate representation of color #752F2B: hue angle of 3.24º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #752F2B is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 43 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.54 |
| HSL | 3.24º | 0.46% | 0.31% | - |
| HSV(B) | 3.24º | 0.63% | 0.46% | - |
| XYZ | 8.79 | 5.99 | 2.98 | - |
| YUV | 67.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 43 | 0 | 0.60 | 0.63 | 0.54 | 3.24 | 0.46 | 0.31 |
| Hex | 75 | 2F | 2B | 0 | 3C | 3F | 36 | 3 | 2E | 1F |
| Octal | 165 | 57 | 53 | 0 | 74 | 77 | 66 | 3 | 56 | 37 |
| Binary | 1110101 | 101111 | 101011 | 0 | 111100 | 111111 | 110110 | 11 | 101110 | 11111 |
Color Harmonies of #752F2B
Complementary color
Monochromatic Colors of #752F2B
Black with #752F2B
Text Example
Text Example
White with #752F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F2B; }
p { color: rgb(117,47,43); }
H1.HeaderClassName
{
color: #752F2B;
}
.AnyTagClassName
{
color: #752F2B;
}
</style>
background-color css
<style>
a { background-color: #752F2B; }
a { background-color: rgb(117,47,43); }
div.DivClassName
{
background-color: #752F2B;
}
.BgClassName
{
background-color: #752F2B;
}
</style>
border-color css
<style>
span { border-color: #752F2B; }
span { border-color: rgb(117,47,43); }
td.TdClassName
{
border-color: #752F2B;
}
.TagClassName
{
border-color: #752F2B;
}
</style>