Shades of Lusty #7F2A28
Tints of Lusty #7F2A28
RGB
CMYK
RGB Variations
Color information
#7F2A28 (or 0x7F2A28) is known color: Lusty. HEX triplet: 7F, 2A and 28. RGB value is (127,42,40). Sum of RGB (Red+Green+Blue) = 127+42+40=209 (27% of max value = 765). Red value is 127 (50% from 255 or 60.77% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2A28 is #80D5D7. Grayscale: #434343. Windows color (decimal): -8443352 or 2632319. OLE color: 2632319.
HSL color Cylindrical-coordinate representation of color #7F2A28: hue angle of 1.38º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F2A28 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 42 | 40 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.50 |
| HSL | 1.38º | 0.52% | 0.33% | - |
| HSV(B) | 1.38º | 0.69% | 0.5% | - |
| XYZ | 9.96 | 6.32 | 2.7 | - |
| YUV | 67.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 42 | 40 | 0 | 0.67 | 0.69 | 0.50 | 1.38 | 0.52 | 0.33 |
| Hex | 7F | 2A | 28 | 0 | 43 | 45 | 32 | 1 | 34 | 21 |
| Octal | 177 | 52 | 50 | 0 | 103 | 105 | 62 | 1 | 64 | 41 |
| Binary | 1111111 | 101010 | 101000 | 0 | 1000011 | 1000101 | 110010 | 1 | 110100 | 100001 |
Color Harmonies of #7F2A28
Complementary color
Monochromatic Colors of #7F2A28
Black with #7F2A28
Text Example
Text Example
White with #7F2A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2A28; }
p { color: rgb(127,42,40); }
H1.HeaderClassName
{
color: #7F2A28;
}
.AnyTagClassName
{
color: #7F2A28;
}
</style>
background-color css
<style>
a { background-color: #7F2A28; }
a { background-color: rgb(127,42,40); }
div.DivClassName
{
background-color: #7F2A28;
}
.BgClassName
{
background-color: #7F2A28;
}
</style>
border-color css
<style>
span { border-color: #7F2A28; }
span { border-color: rgb(127,42,40); }
td.TdClassName
{
border-color: #7F2A28;
}
.TagClassName
{
border-color: #7F2A28;
}
</style>