Shades of Lusty #752E2D
Tints of Lusty #752E2D
RGB
CMYK
RGB Variations
Color information
#752E2D (or 0x752E2D) is known color: Lusty. HEX triplet: 75, 2E and 2D. RGB value is (117,46,45). Sum of RGB (Red+Green+Blue) = 117+46+45=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #752E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E2D is #8AD1D2. Grayscale: #434343. Windows color (decimal): -9097683 or 2961013. OLE color: 2961013.
HSL color Cylindrical-coordinate representation of color #752E2D: hue angle of 0.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752E2D is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 45 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.54 |
| HSL | 0.83º | 0.44% | 0.32% | - |
| HSV(B) | 0.83º | 0.62% | 0.46% | - |
| XYZ | 8.79 | 5.93 | 3.16 | - |
| YUV | 67.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 45 | 0 | 0.61 | 0.62 | 0.54 | 0.83 | 0.44 | 0.32 |
| Hex | 75 | 2E | 2D | 0 | 3D | 3E | 36 | 1 | 2C | 20 |
| Octal | 165 | 56 | 55 | 0 | 75 | 76 | 66 | 1 | 54 | 40 |
| Binary | 1110101 | 101110 | 101101 | 0 | 111101 | 111110 | 110110 | 1 | 101100 | 100000 |
Color Harmonies of #752E2D
Complementary color
Monochromatic Colors of #752E2D
Black with #752E2D
Text Example
Text Example
White with #752E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E2D; }
p { color: rgb(117,46,45); }
H1.HeaderClassName
{
color: #752E2D;
}
.AnyTagClassName
{
color: #752E2D;
}
</style>
background-color css
<style>
a { background-color: #752E2D; }
a { background-color: rgb(117,46,45); }
div.DivClassName
{
background-color: #752E2D;
}
.BgClassName
{
background-color: #752E2D;
}
</style>
border-color css
<style>
span { border-color: #752E2D; }
span { border-color: rgb(117,46,45); }
td.TdClassName
{
border-color: #752E2D;
}
.TagClassName
{
border-color: #752E2D;
}
</style>