Shades of Red Berry #811821
Tints of Red Berry #811821
RGB
CMYK
RGB Variations
Color information
#811821 (or 0x811821) is known color: Red Berry. HEX triplet: 81, 18 and 21. RGB value is (129,24,33). Sum of RGB (Red+Green+Blue) = 129+24+33=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #811821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811821 is #7EE7DE. Grayscale: #383838. Windows color (decimal): -8316895 or 2168961. OLE color: 2168961.
HSL color Cylindrical-coordinate representation of color #811821: hue angle of 354.86º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811821 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 24 | 33 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.49 |
| HSL | 354.86º | 0.69% | 0.3% | - |
| HSV(B) | 354.86º | 0.81% | 0.51% | - |
| XYZ | 9.65 | 5.43 | 1.98 | - |
| YUV | 56.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 33 | 0 | 0.81 | 0.74 | 0.49 | 354.86 | 0.69 | 0.3 |
| Hex | 81 | 18 | 21 | 0 | 51 | 4A | 31 | 163 | 45 | 1E |
| Octal | 201 | 30 | 41 | 0 | 121 | 112 | 61 | 543 | 105 | 36 |
| Binary | 10000001 | 11000 | 100001 | 0 | 1010001 | 1001010 | 110001 | 101100011 | 1000101 | 11110 |
Color Harmonies of #811821
Complementary color
Monochromatic Colors of #811821
Black with #811821
Text Example
Text Example
White with #811821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811821; }
p { color: rgb(129,24,33); }
H1.HeaderClassName
{
color: #811821;
}
.AnyTagClassName
{
color: #811821;
}
</style>
background-color css
<style>
a { background-color: #811821; }
a { background-color: rgb(129,24,33); }
div.DivClassName
{
background-color: #811821;
}
.BgClassName
{
background-color: #811821;
}
</style>
border-color css
<style>
span { border-color: #811821; }
span { border-color: rgb(129,24,33); }
td.TdClassName
{
border-color: #811821;
}
.TagClassName
{
border-color: #811821;
}
</style>