Shades of Lusty #752C29
Tints of Lusty #752C29
RGB
CMYK
RGB Variations
Color information
#752C29 (or 0x752C29) is known color: Lusty. HEX triplet: 75, 2C and 29. RGB value is (117,44,41). Sum of RGB (Red+Green+Blue) = 117+44+41=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #752C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C29 is #8AD3D6. Grayscale: #414141. Windows color (decimal): -9098199 or 2698357. OLE color: 2698357.
HSL color Cylindrical-coordinate representation of color #752C29: hue angle of 2.37º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752C29 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 41 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.54 |
| HSL | 2.37º | 0.48% | 0.31% | - |
| HSV(B) | 2.37º | 0.65% | 0.46% | - |
| XYZ | 8.64 | 5.74 | 2.75 | - |
| YUV | 65.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 41 | 0 | 0.62 | 0.65 | 0.54 | 2.37 | 0.48 | 0.31 |
| Hex | 75 | 2C | 29 | 0 | 3E | 41 | 36 | 2 | 30 | 1F |
| Octal | 165 | 54 | 51 | 0 | 76 | 101 | 66 | 2 | 60 | 37 |
| Binary | 1110101 | 101100 | 101001 | 0 | 111110 | 1000001 | 110110 | 10 | 110000 | 11111 |
Color Harmonies of #752C29
Complementary color
Monochromatic Colors of #752C29
Black with #752C29
Text Example
Text Example
White with #752C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C29; }
p { color: rgb(117,44,41); }
H1.HeaderClassName
{
color: #752C29;
}
.AnyTagClassName
{
color: #752C29;
}
</style>
background-color css
<style>
a { background-color: #752C29; }
a { background-color: rgb(117,44,41); }
div.DivClassName
{
background-color: #752C29;
}
.BgClassName
{
background-color: #752C29;
}
</style>
border-color css
<style>
span { border-color: #752C29; }
span { border-color: rgb(117,44,41); }
td.TdClassName
{
border-color: #752C29;
}
.TagClassName
{
border-color: #752C29;
}
</style>