Shades of Red Berry #801416
Tints of Red Berry #801416
RGB
CMYK
RGB Variations
Color information
#801416 (or 0x801416) is known color: Red Berry. HEX triplet: 80, 14 and 16. RGB value is (128,20,22). Sum of RGB (Red+Green+Blue) = 128+20+22=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #801416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801416 is #7FEBE9. Grayscale: #343434. Windows color (decimal): -8383466 or 1447040. OLE color: 1447040.
HSL color Cylindrical-coordinate representation of color #801416: hue angle of 358.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801416 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 22 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.50 |
| HSL | 358.89º | 0.73% | 0.29% | - |
| HSV(B) | 358.89º | 0.84% | 0.5% | - |
| XYZ | 9.3 | 5.15 | 1.26 | - |
| YUV | 52.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 22 | 0 | 0.84 | 0.83 | 0.50 | 358.89 | 0.73 | 0.29 |
| Hex | 80 | 14 | 16 | 0 | 54 | 53 | 32 | 167 | 49 | 1D |
| Octal | 200 | 24 | 26 | 0 | 124 | 123 | 62 | 547 | 111 | 35 |
| Binary | 10000000 | 10100 | 10110 | 0 | 1010100 | 1010011 | 110010 | 101100111 | 1001001 | 11101 |
Color Harmonies of #801416
Complementary color
Monochromatic Colors of #801416
Black with #801416
Text Example
Text Example
White with #801416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801416; }
p { color: rgb(128,20,22); }
H1.HeaderClassName
{
color: #801416;
}
.AnyTagClassName
{
color: #801416;
}
</style>
background-color css
<style>
a { background-color: #801416; }
a { background-color: rgb(128,20,22); }
div.DivClassName
{
background-color: #801416;
}
.BgClassName
{
background-color: #801416;
}
</style>
border-color css
<style>
span { border-color: #801416; }
span { border-color: rgb(128,20,22); }
td.TdClassName
{
border-color: #801416;
}
.TagClassName
{
border-color: #801416;
}
</style>