Shades of Red Berry #80141B
Tints of Red Berry #80141B
RGB
CMYK
RGB Variations
Color information
#80141B (or 0x80141B) is known color: Red Berry. HEX triplet: 80, 14 and 1B. RGB value is (128,20,27). Sum of RGB (Red+Green+Blue) = 128+20+27=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #80141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80141B is #7FEBE4. Grayscale: #353535. Windows color (decimal): -8383461 or 1774720. OLE color: 1774720.
HSL color Cylindrical-coordinate representation of color #80141B: hue angle of 356.11º 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 #80141B is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 27 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.50 |
| HSL | 356.11º | 0.73% | 0.29% | - |
| HSV(B) | 356.11º | 0.84% | 0.5% | - |
| XYZ | 9.35 | 5.17 | 1.54 | - |
| YUV | 53.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 27 | 0 | 0.84 | 0.79 | 0.50 | 356.11 | 0.73 | 0.29 |
| Hex | 80 | 14 | 1B | 0 | 54 | 4F | 32 | 164 | 49 | 1D |
| Octal | 200 | 24 | 33 | 0 | 124 | 117 | 62 | 544 | 111 | 35 |
| Binary | 10000000 | 10100 | 11011 | 0 | 1010100 | 1001111 | 110010 | 101100100 | 1001001 | 11101 |
Color Harmonies of #80141B
Complementary color
Monochromatic Colors of #80141B
Black with #80141B
Text Example
Text Example
White with #80141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80141B; }
p { color: rgb(128,20,27); }
H1.HeaderClassName
{
color: #80141B;
}
.AnyTagClassName
{
color: #80141B;
}
</style>
background-color css
<style>
a { background-color: #80141B; }
a { background-color: rgb(128,20,27); }
div.DivClassName
{
background-color: #80141B;
}
.BgClassName
{
background-color: #80141B;
}
</style>
border-color css
<style>
span { border-color: #80141B; }
span { border-color: rgb(128,20,27); }
td.TdClassName
{
border-color: #80141B;
}
.TagClassName
{
border-color: #80141B;
}
</style>