Shades of Lusty #752E2E
Tints of Lusty #752E2E
RGB
CMYK
RGB Variations
Color information
#752E2E (or 0x752E2E) is known color: Lusty. HEX triplet: 75, 2E and 2E. RGB value is (117,46,46). Sum of RGB (Red+Green+Blue) = 117+46+46=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #752E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E2E is #8AD1D1. Grayscale: #434343. Windows color (decimal): -9097682 or 3026549. OLE color: 3026549.
HSL color Cylindrical-coordinate representation of color #752E2E: hue angle of 0º 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 #752E2E is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 46 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.54 |
| HSL | 0º | 0.44% | 0.32% | - |
| HSV(B) | 0º | 0.61% | 0.46% | - |
| XYZ | 8.81 | 5.93 | 3.27 | - |
| YUV | 67.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 46 | 0 | 0.61 | 0.61 | 0.54 | 0 | 0.44 | 0.32 |
| Hex | 75 | 2E | 2E | 0 | 3D | 3D | 36 | 0 | 2C | 20 |
| Octal | 165 | 56 | 56 | 0 | 75 | 75 | 66 | 0 | 54 | 40 |
| Binary | 1110101 | 101110 | 101110 | 0 | 111101 | 111101 | 110110 | 0 | 101100 | 100000 |
Color Harmonies of #752E2E
Complementary color
Monochromatic Colors of #752E2E
Black with #752E2E
Text Example
Text Example
White with #752E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E2E; }
p { color: rgb(117,46,46); }
H1.HeaderClassName
{
color: #752E2E;
}
.AnyTagClassName
{
color: #752E2E;
}
</style>
background-color css
<style>
a { background-color: #752E2E; }
a { background-color: rgb(117,46,46); }
div.DivClassName
{
background-color: #752E2E;
}
.BgClassName
{
background-color: #752E2E;
}
</style>
border-color css
<style>
span { border-color: #752E2E; }
span { border-color: rgb(117,46,46); }
td.TdClassName
{
border-color: #752E2E;
}
.TagClassName
{
border-color: #752E2E;
}
</style>