Shades of Red Berry #801322
Tints of Red Berry #801322
RGB
CMYK
RGB Variations
Color information
#801322 (or 0x801322) is known color: Red Berry. HEX triplet: 80, 13 and 22. RGB value is (128,19,34). Sum of RGB (Red+Green+Blue) = 128+19+34=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #801322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801322 is #7FECDD. Grayscale: #353535. Windows color (decimal): -8383710 or 2233216. OLE color: 2233216.
HSL color Cylindrical-coordinate representation of color #801322: hue angle of 351.74º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801322 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 34 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.50 |
| HSL | 351.74º | 0.74% | 0.29% | - |
| HSV(B) | 351.74º | 0.85% | 0.5% | - |
| XYZ | 9.42 | 5.17 | 2.01 | - |
| YUV | 53.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 34 | 0 | 0.85 | 0.73 | 0.50 | 351.74 | 0.74 | 0.29 |
| Hex | 80 | 13 | 22 | 0 | 55 | 49 | 32 | 160 | 4A | 1D |
| Octal | 200 | 23 | 42 | 0 | 125 | 111 | 62 | 540 | 112 | 35 |
| Binary | 10000000 | 10011 | 100010 | 0 | 1010101 | 1001001 | 110010 | 101100000 | 1001010 | 11101 |
Color Harmonies of #801322
Complementary color
Monochromatic Colors of #801322
Black with #801322
Text Example
Text Example
White with #801322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801322; }
p { color: rgb(128,19,34); }
H1.HeaderClassName
{
color: #801322;
}
.AnyTagClassName
{
color: #801322;
}
</style>
background-color css
<style>
a { background-color: #801322; }
a { background-color: rgb(128,19,34); }
div.DivClassName
{
background-color: #801322;
}
.BgClassName
{
background-color: #801322;
}
</style>
border-color css
<style>
span { border-color: #801322; }
span { border-color: rgb(128,19,34); }
td.TdClassName
{
border-color: #801322;
}
.TagClassName
{
border-color: #801322;
}
</style>