Shades of Red Berry #80141E
Tints of Red Berry #80141E
RGB
CMYK
RGB Variations
Color information
#80141E (or 0x80141E) is known color: Red Berry. HEX triplet: 80, 14 and 1E. RGB value is (128,20,30). Sum of RGB (Red+Green+Blue) = 128+20+30=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #80141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80141E is #7FEBE1. Grayscale: #353535. Windows color (decimal): -8383458 or 1971328. OLE color: 1971328.
HSL color Cylindrical-coordinate representation of color #80141E: hue angle of 354.44º 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 #80141E is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 30 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.50 |
| HSL | 354.44º | 0.73% | 0.29% | - |
| HSV(B) | 354.44º | 0.84% | 0.5% | - |
| XYZ | 9.39 | 5.18 | 1.73 | - |
| YUV | 53.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 30 | 0 | 0.84 | 0.77 | 0.50 | 354.44 | 0.73 | 0.29 |
| Hex | 80 | 14 | 1E | 0 | 54 | 4D | 32 | 162 | 49 | 1D |
| Octal | 200 | 24 | 36 | 0 | 124 | 115 | 62 | 542 | 111 | 35 |
| Binary | 10000000 | 10100 | 11110 | 0 | 1010100 | 1001101 | 110010 | 101100010 | 1001001 | 11101 |
Color Harmonies of #80141E
Complementary color
Monochromatic Colors of #80141E
Black with #80141E
Text Example
Text Example
White with #80141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80141E; }
p { color: rgb(128,20,30); }
H1.HeaderClassName
{
color: #80141E;
}
.AnyTagClassName
{
color: #80141E;
}
</style>
background-color css
<style>
a { background-color: #80141E; }
a { background-color: rgb(128,20,30); }
div.DivClassName
{
background-color: #80141E;
}
.BgClassName
{
background-color: #80141E;
}
</style>
border-color css
<style>
span { border-color: #80141E; }
span { border-color: rgb(128,20,30); }
td.TdClassName
{
border-color: #80141E;
}
.TagClassName
{
border-color: #80141E;
}
</style>