Shades of Red Berry #811422
Tints of Red Berry #811422
RGB
CMYK
RGB Variations
Color information
#811422 (or 0x811422) is known color: Red Berry. HEX triplet: 81, 14 and 22. RGB value is (129,20,34). Sum of RGB (Red+Green+Blue) = 129+20+34=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #811422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811422 is #7EEBDD. Grayscale: #363636. Windows color (decimal): -8317918 or 2233473. OLE color: 2233473.
HSL color Cylindrical-coordinate representation of color #811422: hue angle of 352.29º degrees, saturation: 0.73, 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 #811422 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 34 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.49 |
| HSL | 352.29º | 0.73% | 0.29% | - |
| HSV(B) | 352.29º | 0.84% | 0.51% | - |
| XYZ | 9.59 | 5.28 | 2.03 | - |
| YUV | 54.19 | 116.61 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 34 | 0 | 0.84 | 0.74 | 0.49 | 352.29 | 0.73 | 0.29 |
| Hex | 81 | 14 | 22 | 0 | 54 | 4A | 31 | 160 | 49 | 1D |
| Octal | 201 | 24 | 42 | 0 | 124 | 112 | 61 | 540 | 111 | 35 |
| Binary | 10000001 | 10100 | 100010 | 0 | 1010100 | 1001010 | 110001 | 101100000 | 1001001 | 11101 |
Color Harmonies of #811422
Complementary color
Monochromatic Colors of #811422
Black with #811422
Text Example
Text Example
White with #811422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811422; }
p { color: rgb(129,20,34); }
H1.HeaderClassName
{
color: #811422;
}
.AnyTagClassName
{
color: #811422;
}
</style>
background-color css
<style>
a { background-color: #811422; }
a { background-color: rgb(129,20,34); }
div.DivClassName
{
background-color: #811422;
}
.BgClassName
{
background-color: #811422;
}
</style>
border-color css
<style>
span { border-color: #811422; }
span { border-color: rgb(129,20,34); }
td.TdClassName
{
border-color: #811422;
}
.TagClassName
{
border-color: #811422;
}
</style>