Shades of Red Berry #821521
Tints of Red Berry #821521
RGB
CMYK
RGB Variations
Color information
#821521 (or 0x821521) is known color: Red Berry. HEX triplet: 82, 15 and 21. RGB value is (130,21,33). Sum of RGB (Red+Green+Blue) = 130+21+33=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #821521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821521 is #7DEADE. Grayscale: #373737. Windows color (decimal): -8252127 or 2168194. OLE color: 2168194.
HSL color Cylindrical-coordinate representation of color #821521: hue angle of 353.39º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821521 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 21 | 33 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.49 |
| HSL | 353.39º | 0.72% | 0.3% | - |
| HSV(B) | 353.39º | 0.84% | 0.51% | - |
| XYZ | 9.75 | 5.39 | 1.97 | - |
| YUV | 54.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 33 | 0 | 0.84 | 0.75 | 0.49 | 353.39 | 0.72 | 0.3 |
| Hex | 82 | 15 | 21 | 0 | 54 | 4B | 31 | 161 | 48 | 1E |
| Octal | 202 | 25 | 41 | 0 | 124 | 113 | 61 | 541 | 110 | 36 |
| Binary | 10000010 | 10101 | 100001 | 0 | 1010100 | 1001011 | 110001 | 101100001 | 1001000 | 11110 |
Color Harmonies of #821521
Complementary color
Monochromatic Colors of #821521
Black with #821521
Text Example
Text Example
White with #821521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821521; }
p { color: rgb(130,21,33); }
H1.HeaderClassName
{
color: #821521;
}
.AnyTagClassName
{
color: #821521;
}
</style>
background-color css
<style>
a { background-color: #821521; }
a { background-color: rgb(130,21,33); }
div.DivClassName
{
background-color: #821521;
}
.BgClassName
{
background-color: #821521;
}
</style>
border-color css
<style>
span { border-color: #821521; }
span { border-color: rgb(130,21,33); }
td.TdClassName
{
border-color: #821521;
}
.TagClassName
{
border-color: #821521;
}
</style>