Shades of Red Berry #80191D
Tints of Red Berry #80191D
RGB
CMYK
RGB Variations
Color information
#80191D (or 0x80191D) is known color: Red Berry. HEX triplet: 80, 19 and 1D. RGB value is (128,25,29). Sum of RGB (Red+Green+Blue) = 128+25+29=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #80191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80191D is #7FE6E2. Grayscale: #383838. Windows color (decimal): -8382179 or 1907072. OLE color: 1907072.
HSL color Cylindrical-coordinate representation of color #80191D: hue angle of 357.67º 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 #80191D is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 29 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.50 |
| HSL | 357.67º | 0.67% | 0.3% | - |
| HSV(B) | 357.67º | 0.8% | 0.5% | - |
| XYZ | 9.47 | 5.37 | 1.7 | - |
| YUV | 56.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 29 | 0 | 0.80 | 0.77 | 0.50 | 357.67 | 0.67 | 0.3 |
| Hex | 80 | 19 | 1D | 0 | 50 | 4D | 32 | 166 | 43 | 1E |
| Octal | 200 | 31 | 35 | 0 | 120 | 115 | 62 | 546 | 103 | 36 |
| Binary | 10000000 | 11001 | 11101 | 0 | 1010000 | 1001101 | 110010 | 101100110 | 1000011 | 11110 |
Color Harmonies of #80191D
Complementary color
Monochromatic Colors of #80191D
Black with #80191D
Text Example
Text Example
White with #80191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80191D; }
p { color: rgb(128,25,29); }
H1.HeaderClassName
{
color: #80191D;
}
.AnyTagClassName
{
color: #80191D;
}
</style>
background-color css
<style>
a { background-color: #80191D; }
a { background-color: rgb(128,25,29); }
div.DivClassName
{
background-color: #80191D;
}
.BgClassName
{
background-color: #80191D;
}
</style>
border-color css
<style>
span { border-color: #80191D; }
span { border-color: rgb(128,25,29); }
td.TdClassName
{
border-color: #80191D;
}
.TagClassName
{
border-color: #80191D;
}
</style>