Shades of Red Berry #801422
Tints of Red Berry #801422
RGB
CMYK
RGB Variations
Color information
#801422 (or 0x801422) is known color: Red Berry. HEX triplet: 80, 14 and 22. RGB value is (128,20,34). Sum of RGB (Red+Green+Blue) = 128+20+34=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #801422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801422 is #7FEBDD. Grayscale: #353535. Windows color (decimal): -8383454 or 2233472. OLE color: 2233472.
HSL color Cylindrical-coordinate representation of color #801422: hue angle of 352.22º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801422 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 34 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.50 |
| HSL | 352.22º | 0.73% | 0.29% | - |
| HSV(B) | 352.22º | 0.84% | 0.5% | - |
| XYZ | 9.44 | 5.21 | 2.02 | - |
| YUV | 53.89 | 116.78 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 34 | 0 | 0.84 | 0.73 | 0.50 | 352.22 | 0.73 | 0.29 |
| Hex | 80 | 14 | 22 | 0 | 54 | 49 | 32 | 160 | 49 | 1D |
| Octal | 200 | 24 | 42 | 0 | 124 | 111 | 62 | 540 | 111 | 35 |
| Binary | 10000000 | 10100 | 100010 | 0 | 1010100 | 1001001 | 110010 | 101100000 | 1001001 | 11101 |
Color Harmonies of #801422
Complementary color
Monochromatic Colors of #801422
Black with #801422
Text Example
Text Example
White with #801422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801422; }
p { color: rgb(128,20,34); }
H1.HeaderClassName
{
color: #801422;
}
.AnyTagClassName
{
color: #801422;
}
</style>
background-color css
<style>
a { background-color: #801422; }
a { background-color: rgb(128,20,34); }
div.DivClassName
{
background-color: #801422;
}
.BgClassName
{
background-color: #801422;
}
</style>
border-color css
<style>
span { border-color: #801422; }
span { border-color: rgb(128,20,34); }
td.TdClassName
{
border-color: #801422;
}
.TagClassName
{
border-color: #801422;
}
</style>