Shades of Red Berry #80191C
Tints of Red Berry #80191C
RGB
CMYK
RGB Variations
Color information
#80191C (or 0x80191C) is known color: Red Berry. HEX triplet: 80, 19 and 1C. RGB value is (128,25,28). Sum of RGB (Red+Green+Blue) = 128+25+28=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #80191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80191C is #7FE6E3. Grayscale: #383838. Windows color (decimal): -8382180 or 1841536. OLE color: 1841536.
HSL color Cylindrical-coordinate representation of color #80191C: hue angle of 358.25º 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 #80191C is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 28 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.50 |
| HSL | 358.25º | 0.67% | 0.3% | - |
| HSV(B) | 358.25º | 0.8% | 0.5% | - |
| XYZ | 9.46 | 5.37 | 1.64 | - |
| YUV | 56.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 28 | 0 | 0.80 | 0.78 | 0.50 | 358.25 | 0.67 | 0.3 |
| Hex | 80 | 19 | 1C | 0 | 50 | 4E | 32 | 166 | 43 | 1E |
| Octal | 200 | 31 | 34 | 0 | 120 | 116 | 62 | 546 | 103 | 36 |
| Binary | 10000000 | 11001 | 11100 | 0 | 1010000 | 1001110 | 110010 | 101100110 | 1000011 | 11110 |
Color Harmonies of #80191C
Complementary color
Monochromatic Colors of #80191C
Black with #80191C
Text Example
Text Example
White with #80191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80191C; }
p { color: rgb(128,25,28); }
H1.HeaderClassName
{
color: #80191C;
}
.AnyTagClassName
{
color: #80191C;
}
</style>
background-color css
<style>
a { background-color: #80191C; }
a { background-color: rgb(128,25,28); }
div.DivClassName
{
background-color: #80191C;
}
.BgClassName
{
background-color: #80191C;
}
</style>
border-color css
<style>
span { border-color: #80191C; }
span { border-color: rgb(128,25,28); }
td.TdClassName
{
border-color: #80191C;
}
.TagClassName
{
border-color: #80191C;
}
</style>