Shades of Red Berry #80191F
Tints of Red Berry #80191F
RGB
CMYK
RGB Variations
Color information
#80191F (or 0x80191F) is known color: Red Berry. HEX triplet: 80, 19 and 1F. RGB value is (128,25,31). Sum of RGB (Red+Green+Blue) = 128+25+31=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #80191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80191F is #7FE6E0. Grayscale: #383838. Windows color (decimal): -8382177 or 2038144. OLE color: 2038144.
HSL color Cylindrical-coordinate representation of color #80191F: hue angle of 356.5º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80191F is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 31 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.50 |
| HSL | 356.5º | 0.67% | 0.3% | - |
| HSV(B) | 356.5º | 0.8% | 0.5% | - |
| XYZ | 9.5 | 5.38 | 1.83 | - |
| YUV | 56.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 31 | 0 | 0.80 | 0.76 | 0.50 | 356.5 | 0.67 | 0.3 |
| Hex | 80 | 19 | 1F | 0 | 50 | 4C | 32 | 165 | 43 | 1E |
| Octal | 200 | 31 | 37 | 0 | 120 | 114 | 62 | 545 | 103 | 36 |
| Binary | 10000000 | 11001 | 11111 | 0 | 1010000 | 1001100 | 110010 | 101100101 | 1000011 | 11110 |
Color Harmonies of #80191F
Complementary color
Monochromatic Colors of #80191F
Black with #80191F
Text Example
Text Example
White with #80191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80191F; }
p { color: rgb(128,25,31); }
H1.HeaderClassName
{
color: #80191F;
}
.AnyTagClassName
{
color: #80191F;
}
</style>
background-color css
<style>
a { background-color: #80191F; }
a { background-color: rgb(128,25,31); }
div.DivClassName
{
background-color: #80191F;
}
.BgClassName
{
background-color: #80191F;
}
</style>
border-color css
<style>
span { border-color: #80191F; }
span { border-color: rgb(128,25,31); }
td.TdClassName
{
border-color: #80191F;
}
.TagClassName
{
border-color: #80191F;
}
</style>