Shades of Lusty #80302E
Tints of Lusty #80302E
RGB
CMYK
RGB Variations
Color information
#80302E (or 0x80302E) is known color: Lusty. HEX triplet: 80, 30 and 2E. RGB value is (128,48,46). Sum of RGB (Red+Green+Blue) = 128+48+46=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80302E is #7FCFD1. Grayscale: #474747. Windows color (decimal): -8376274 or 3027072. OLE color: 3027072.
HSL color Cylindrical-coordinate representation of color #80302E: hue angle of 1.46º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80302E is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 48 | 46 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.50 |
| HSL | 1.46º | 0.47% | 0.34% | - |
| HSV(B) | 1.46º | 0.64% | 0.5% | - |
| XYZ | 10.45 | 6.9 | 3.37 | - |
| YUV | 71.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 46 | 0 | 0.62 | 0.64 | 0.50 | 1.46 | 0.47 | 0.34 |
| Hex | 80 | 30 | 2E | 0 | 3E | 40 | 32 | 1 | 2F | 22 |
| Octal | 200 | 60 | 56 | 0 | 76 | 100 | 62 | 1 | 57 | 42 |
| Binary | 10000000 | 110000 | 101110 | 0 | 111110 | 1000000 | 110010 | 1 | 101111 | 100010 |
Color Harmonies of #80302E
Complementary color
Monochromatic Colors of #80302E
Black with #80302E
Text Example
Text Example
White with #80302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80302E; }
p { color: rgb(128,48,46); }
H1.HeaderClassName
{
color: #80302E;
}
.AnyTagClassName
{
color: #80302E;
}
</style>
background-color css
<style>
a { background-color: #80302E; }
a { background-color: rgb(128,48,46); }
div.DivClassName
{
background-color: #80302E;
}
.BgClassName
{
background-color: #80302E;
}
</style>
border-color css
<style>
span { border-color: #80302E; }
span { border-color: rgb(128,48,46); }
td.TdClassName
{
border-color: #80302E;
}
.TagClassName
{
border-color: #80302E;
}
</style>