Shades of Red Berry #801316
Tints of Red Berry #801316
RGB
CMYK
RGB Variations
Color information
#801316 (or 0x801316) is known color: Red Berry. HEX triplet: 80, 13 and 16. RGB value is (128,19,22). Sum of RGB (Red+Green+Blue) = 128+19+22=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #801316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801316 is #7FECE9. Grayscale: #343434. Windows color (decimal): -8383722 or 1446784. OLE color: 1446784.
HSL color Cylindrical-coordinate representation of color #801316: hue angle of 358.35º 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 #801316 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 22 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.50 |
| HSL | 358.35º | 0.74% | 0.29% | - |
| HSV(B) | 358.35º | 0.85% | 0.5% | - |
| XYZ | 9.28 | 5.11 | 1.26 | - |
| YUV | 51.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 22 | 0 | 0.85 | 0.83 | 0.50 | 358.35 | 0.74 | 0.29 |
| Hex | 80 | 13 | 16 | 0 | 55 | 53 | 32 | 166 | 4A | 1D |
| Octal | 200 | 23 | 26 | 0 | 125 | 123 | 62 | 546 | 112 | 35 |
| Binary | 10000000 | 10011 | 10110 | 0 | 1010101 | 1010011 | 110010 | 101100110 | 1001010 | 11101 |
Color Harmonies of #801316
Complementary color
Monochromatic Colors of #801316
Black with #801316
Text Example
Text Example
White with #801316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801316; }
p { color: rgb(128,19,22); }
H1.HeaderClassName
{
color: #801316;
}
.AnyTagClassName
{
color: #801316;
}
</style>
background-color css
<style>
a { background-color: #801316; }
a { background-color: rgb(128,19,22); }
div.DivClassName
{
background-color: #801316;
}
.BgClassName
{
background-color: #801316;
}
</style>
border-color css
<style>
span { border-color: #801316; }
span { border-color: rgb(128,19,22); }
td.TdClassName
{
border-color: #801316;
}
.TagClassName
{
border-color: #801316;
}
</style>