Shades of Red Berry #80161F
Tints of Red Berry #80161F
RGB
CMYK
RGB Variations
Color information
#80161F (or 0x80161F) is known color: Red Berry. HEX triplet: 80, 16 and 1F. RGB value is (128,22,31). Sum of RGB (Red+Green+Blue) = 128+22+31=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #80161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80161F is #7FE9E0. Grayscale: #363636. Windows color (decimal): -8382945 or 2037376. OLE color: 2037376.
HSL color Cylindrical-coordinate representation of color #80161F: hue angle of 354.91º 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 #80161F is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 22 | 31 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.50 |
| HSL | 354.91º | 0.71% | 0.29% | - |
| HSV(B) | 354.91º | 0.83% | 0.5% | - |
| XYZ | 9.44 | 5.26 | 1.81 | - |
| YUV | 54.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 31 | 0 | 0.83 | 0.76 | 0.50 | 354.91 | 0.71 | 0.29 |
| Hex | 80 | 16 | 1F | 0 | 53 | 4C | 32 | 163 | 47 | 1D |
| Octal | 200 | 26 | 37 | 0 | 123 | 114 | 62 | 543 | 107 | 35 |
| Binary | 10000000 | 10110 | 11111 | 0 | 1010011 | 1001100 | 110010 | 101100011 | 1000111 | 11101 |
Color Harmonies of #80161F
Complementary color
Monochromatic Colors of #80161F
Black with #80161F
Text Example
Text Example
White with #80161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80161F; }
p { color: rgb(128,22,31); }
H1.HeaderClassName
{
color: #80161F;
}
.AnyTagClassName
{
color: #80161F;
}
</style>
background-color css
<style>
a { background-color: #80161F; }
a { background-color: rgb(128,22,31); }
div.DivClassName
{
background-color: #80161F;
}
.BgClassName
{
background-color: #80161F;
}
</style>
border-color css
<style>
span { border-color: #80161F; }
span { border-color: rgb(128,22,31); }
td.TdClassName
{
border-color: #80161F;
}
.TagClassName
{
border-color: #80161F;
}
</style>