Shades of Lusty #7F2D2B
Tints of Lusty #7F2D2B
RGB
CMYK
RGB Variations
Color information
#7F2D2B (or 0x7F2D2B) is known color: Lusty. HEX triplet: 7F, 2D and 2B. RGB value is (127,45,43). Sum of RGB (Red+Green+Blue) = 127+45+43=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2D2B is #80D2D4. Grayscale: #454545. Windows color (decimal): -8442581 or 2829695. OLE color: 2829695.
HSL color Cylindrical-coordinate representation of color #7F2D2B: hue angle of 1.43º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F2D2B is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 45 | 43 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.50 |
| HSL | 1.43º | 0.49% | 0.33% | - |
| HSV(B) | 1.43º | 0.66% | 0.5% | - |
| XYZ | 10.13 | 6.56 | 3.02 | - |
| YUV | 69.29 | 113.17 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 43 | 0 | 0.65 | 0.66 | 0.50 | 1.43 | 0.49 | 0.33 |
| Hex | 7F | 2D | 2B | 0 | 41 | 42 | 32 | 1 | 31 | 21 |
| Octal | 177 | 55 | 53 | 0 | 101 | 102 | 62 | 1 | 61 | 41 |
| Binary | 1111111 | 101101 | 101011 | 0 | 1000001 | 1000010 | 110010 | 1 | 110001 | 100001 |
Color Harmonies of #7F2D2B
Complementary color
Monochromatic Colors of #7F2D2B
Black with #7F2D2B
Text Example
Text Example
White with #7F2D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2D2B; }
p { color: rgb(127,45,43); }
H1.HeaderClassName
{
color: #7F2D2B;
}
.AnyTagClassName
{
color: #7F2D2B;
}
</style>
background-color css
<style>
a { background-color: #7F2D2B; }
a { background-color: rgb(127,45,43); }
div.DivClassName
{
background-color: #7F2D2B;
}
.BgClassName
{
background-color: #7F2D2B;
}
</style>
border-color css
<style>
span { border-color: #7F2D2B; }
span { border-color: rgb(127,45,43); }
td.TdClassName
{
border-color: #7F2D2B;
}
.TagClassName
{
border-color: #7F2D2B;
}
</style>