Shades of Red Berry #80161B
Tints of Red Berry #80161B
RGB
CMYK
RGB Variations
Color information
#80161B (or 0x80161B) is known color: Red Berry. HEX triplet: 80, 16 and 1B. RGB value is (128,22,27). Sum of RGB (Red+Green+Blue) = 128+22+27=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #80161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80161B is #7FE9E4. Grayscale: #363636. Windows color (decimal): -8382949 or 1775232. OLE color: 1775232.
HSL color Cylindrical-coordinate representation of color #80161B: hue angle of 357.17º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80161B is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 22 | 27 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.50 |
| HSL | 357.17º | 0.71% | 0.29% | - |
| HSV(B) | 357.17º | 0.83% | 0.5% | - |
| XYZ | 9.39 | 5.24 | 1.55 | - |
| YUV | 54.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 27 | 0 | 0.83 | 0.79 | 0.50 | 357.17 | 0.71 | 0.29 |
| Hex | 80 | 16 | 1B | 0 | 53 | 4F | 32 | 165 | 47 | 1D |
| Octal | 200 | 26 | 33 | 0 | 123 | 117 | 62 | 545 | 107 | 35 |
| Binary | 10000000 | 10110 | 11011 | 0 | 1010011 | 1001111 | 110010 | 101100101 | 1000111 | 11101 |
Color Harmonies of #80161B
Complementary color
Monochromatic Colors of #80161B
Black with #80161B
Text Example
Text Example
White with #80161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80161B; }
p { color: rgb(128,22,27); }
H1.HeaderClassName
{
color: #80161B;
}
.AnyTagClassName
{
color: #80161B;
}
</style>
background-color css
<style>
a { background-color: #80161B; }
a { background-color: rgb(128,22,27); }
div.DivClassName
{
background-color: #80161B;
}
.BgClassName
{
background-color: #80161B;
}
</style>
border-color css
<style>
span { border-color: #80161B; }
span { border-color: rgb(128,22,27); }
td.TdClassName
{
border-color: #80161B;
}
.TagClassName
{
border-color: #80161B;
}
</style>