Shades of Red Berry #80131D
Tints of Red Berry #80131D
RGB
CMYK
RGB Variations
Color information
#80131D (or 0x80131D) is known color: Red Berry. HEX triplet: 80, 13 and 1D. RGB value is (128,19,29). Sum of RGB (Red+Green+Blue) = 128+19+29=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #80131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80131D is #7FECE2. Grayscale: #343434. Windows color (decimal): -8383715 or 1905536. OLE color: 1905536.
HSL color Cylindrical-coordinate representation of color #80131D: hue angle of 354.5º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80131D is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 29 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.50 |
| HSL | 354.5º | 0.74% | 0.29% | - |
| HSV(B) | 354.5º | 0.85% | 0.5% | - |
| XYZ | 9.36 | 5.14 | 1.66 | - |
| YUV | 52.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 29 | 0 | 0.85 | 0.77 | 0.50 | 354.5 | 0.74 | 0.29 |
| Hex | 80 | 13 | 1D | 0 | 55 | 4D | 32 | 162 | 4A | 1D |
| Octal | 200 | 23 | 35 | 0 | 125 | 115 | 62 | 542 | 112 | 35 |
| Binary | 10000000 | 10011 | 11101 | 0 | 1010101 | 1001101 | 110010 | 101100010 | 1001010 | 11101 |
Color Harmonies of #80131D
Complementary color
Monochromatic Colors of #80131D
Black with #80131D
Text Example
Text Example
White with #80131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80131D; }
p { color: rgb(128,19,29); }
H1.HeaderClassName
{
color: #80131D;
}
.AnyTagClassName
{
color: #80131D;
}
</style>
background-color css
<style>
a { background-color: #80131D; }
a { background-color: rgb(128,19,29); }
div.DivClassName
{
background-color: #80131D;
}
.BgClassName
{
background-color: #80131D;
}
</style>
border-color css
<style>
span { border-color: #80131D; }
span { border-color: rgb(128,19,29); }
td.TdClassName
{
border-color: #80131D;
}
.TagClassName
{
border-color: #80131D;
}
</style>