Shades of Red Berry #811520
Tints of Red Berry #811520
RGB
CMYK
RGB Variations
Color information
#811520 (or 0x811520) is known color: Red Berry. HEX triplet: 81, 15 and 20. RGB value is (129,21,32). Sum of RGB (Red+Green+Blue) = 129+21+32=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #811520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811520 is #7EEADF. Grayscale: #363636. Windows color (decimal): -8317664 or 2102657. OLE color: 2102657.
HSL color Cylindrical-coordinate representation of color #811520: hue angle of 353.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811520 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 21 | 32 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.49 |
| HSL | 353.89º | 0.72% | 0.29% | - |
| HSV(B) | 353.89º | 0.84% | 0.51% | - |
| XYZ | 9.58 | 5.31 | 1.89 | - |
| YUV | 54.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 32 | 0 | 0.84 | 0.75 | 0.49 | 353.89 | 0.72 | 0.29 |
| Hex | 81 | 15 | 20 | 0 | 54 | 4B | 31 | 162 | 48 | 1D |
| Octal | 201 | 25 | 40 | 0 | 124 | 113 | 61 | 542 | 110 | 35 |
| Binary | 10000001 | 10101 | 100000 | 0 | 1010100 | 1001011 | 110001 | 101100010 | 1001000 | 11101 |
Color Harmonies of #811520
Complementary color
Monochromatic Colors of #811520
Black with #811520
Text Example
Text Example
White with #811520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811520; }
p { color: rgb(129,21,32); }
H1.HeaderClassName
{
color: #811520;
}
.AnyTagClassName
{
color: #811520;
}
</style>
background-color css
<style>
a { background-color: #811520; }
a { background-color: rgb(129,21,32); }
div.DivClassName
{
background-color: #811520;
}
.BgClassName
{
background-color: #811520;
}
</style>
border-color css
<style>
span { border-color: #811520; }
span { border-color: rgb(129,21,32); }
td.TdClassName
{
border-color: #811520;
}
.TagClassName
{
border-color: #811520;
}
</style>