Shades of Red Berry #811424
Tints of Red Berry #811424
RGB
CMYK
RGB Variations
Color information
#811424 (or 0x811424) is known color: Red Berry. HEX triplet: 81, 14 and 24. RGB value is (129,20,36). Sum of RGB (Red+Green+Blue) = 129+20+36=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #811424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811424 is #7EEBDB. Grayscale: #363636. Windows color (decimal): -8317916 or 2364545. OLE color: 2364545.
HSL color Cylindrical-coordinate representation of color #811424: hue angle of 351.19º 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 #811424 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 36 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.49 |
| HSL | 351.19º | 0.73% | 0.29% | - |
| HSV(B) | 351.19º | 0.84% | 0.51% | - |
| XYZ | 9.62 | 5.29 | 2.18 | - |
| YUV | 54.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 36 | 0 | 0.84 | 0.72 | 0.49 | 351.19 | 0.73 | 0.29 |
| Hex | 81 | 14 | 24 | 0 | 54 | 48 | 31 | 15F | 49 | 1D |
| Octal | 201 | 24 | 44 | 0 | 124 | 110 | 61 | 537 | 111 | 35 |
| Binary | 10000001 | 10100 | 100100 | 0 | 1010100 | 1001000 | 110001 | 101011111 | 1001001 | 11101 |
Color Harmonies of #811424
Complementary color
Monochromatic Colors of #811424
Black with #811424
Text Example
Text Example
White with #811424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811424; }
p { color: rgb(129,20,36); }
H1.HeaderClassName
{
color: #811424;
}
.AnyTagClassName
{
color: #811424;
}
</style>
background-color css
<style>
a { background-color: #811424; }
a { background-color: rgb(129,20,36); }
div.DivClassName
{
background-color: #811424;
}
.BgClassName
{
background-color: #811424;
}
</style>
border-color css
<style>
span { border-color: #811424; }
span { border-color: rgb(129,20,36); }
td.TdClassName
{
border-color: #811424;
}
.TagClassName
{
border-color: #811424;
}
</style>