Shades of Red Berry #811A20
Tints of Red Berry #811A20
RGB
CMYK
RGB Variations
Color information
#811A20 (or 0x811A20) is known color: Red Berry. HEX triplet: 81, 1A and 20. RGB value is (129,26,32). Sum of RGB (Red+Green+Blue) = 129+26+32=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #811A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811A20 is #7EE5DF. Grayscale: #393939. Windows color (decimal): -8316384 or 2103937. OLE color: 2103937.
HSL color Cylindrical-coordinate representation of color #811A20: hue angle of 356.5º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A20 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 32 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.49 |
| HSL | 356.5º | 0.66% | 0.3% | - |
| HSV(B) | 356.5º | 0.8% | 0.51% | - |
| XYZ | 9.68 | 5.51 | 1.92 | - |
| YUV | 57.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 32 | 0 | 0.80 | 0.75 | 0.49 | 356.5 | 0.66 | 0.3 |
| Hex | 81 | 1A | 20 | 0 | 50 | 4B | 31 | 165 | 42 | 1E |
| Octal | 201 | 32 | 40 | 0 | 120 | 113 | 61 | 545 | 102 | 36 |
| Binary | 10000001 | 11010 | 100000 | 0 | 1010000 | 1001011 | 110001 | 101100101 | 1000010 | 11110 |
Color Harmonies of #811A20
Complementary color
Monochromatic Colors of #811A20
Black with #811A20
Text Example
Text Example
White with #811A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A20; }
p { color: rgb(129,26,32); }
H1.HeaderClassName
{
color: #811A20;
}
.AnyTagClassName
{
color: #811A20;
}
</style>
background-color css
<style>
a { background-color: #811A20; }
a { background-color: rgb(129,26,32); }
div.DivClassName
{
background-color: #811A20;
}
.BgClassName
{
background-color: #811A20;
}
</style>
border-color css
<style>
span { border-color: #811A20; }
span { border-color: rgb(129,26,32); }
td.TdClassName
{
border-color: #811A20;
}
.TagClassName
{
border-color: #811A20;
}
</style>