Shades of Lusty #752C26
Tints of Lusty #752C26
RGB
CMYK
RGB Variations
Color information
#752C26 (or 0x752C26) is known color: Lusty. HEX triplet: 75, 2C and 26. RGB value is (117,44,38). Sum of RGB (Red+Green+Blue) = 117+44+38=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #752C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C26 is #8AD3D9. Grayscale: #414141. Windows color (decimal): -9098202 or 2501749. OLE color: 2501749.
HSL color Cylindrical-coordinate representation of color #752C26: hue angle of 4.56º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752C26 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 38 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.54 |
| HSL | 4.56º | 0.51% | 0.3% | - |
| HSV(B) | 4.56º | 0.68% | 0.46% | - |
| XYZ | 8.59 | 5.72 | 2.49 | - |
| YUV | 65.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 38 | 0 | 0.62 | 0.68 | 0.54 | 4.56 | 0.51 | 0.3 |
| Hex | 75 | 2C | 26 | 0 | 3E | 44 | 36 | 5 | 33 | 1E |
| Octal | 165 | 54 | 46 | 0 | 76 | 104 | 66 | 5 | 63 | 36 |
| Binary | 1110101 | 101100 | 100110 | 0 | 111110 | 1000100 | 110110 | 101 | 110011 | 11110 |
Color Harmonies of #752C26
Complementary color
Monochromatic Colors of #752C26
Black with #752C26
Text Example
Text Example
White with #752C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C26; }
p { color: rgb(117,44,38); }
H1.HeaderClassName
{
color: #752C26;
}
.AnyTagClassName
{
color: #752C26;
}
</style>
background-color css
<style>
a { background-color: #752C26; }
a { background-color: rgb(117,44,38); }
div.DivClassName
{
background-color: #752C26;
}
.BgClassName
{
background-color: #752C26;
}
</style>
border-color css
<style>
span { border-color: #752C26; }
span { border-color: rgb(117,44,38); }
td.TdClassName
{
border-color: #752C26;
}
.TagClassName
{
border-color: #752C26;
}
</style>