Shades of Red Berry #84161C
Tints of Red Berry #84161C
RGB
CMYK
RGB Variations
Color information
#84161C (or 0x84161C) is known color: Red Berry. HEX triplet: 84, 16 and 1C. RGB value is (132,22,28). Sum of RGB (Red+Green+Blue) = 132+22+28=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #84161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84161C is #7BE9E3. Grayscale: #373737. Windows color (decimal): -8120804 or 1840772. OLE color: 1840772.
HSL color Cylindrical-coordinate representation of color #84161C: hue angle of 356.73º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84161C is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 28 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.48 |
| HSL | 356.73º | 0.71% | 0.3% | - |
| HSV(B) | 356.73º | 0.83% | 0.52% | - |
| XYZ | 10.01 | 5.56 | 1.64 | - |
| YUV | 55.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 28 | 0 | 0.83 | 0.79 | 0.48 | 356.73 | 0.71 | 0.3 |
| Hex | 84 | 16 | 1C | 0 | 53 | 4F | 30 | 165 | 47 | 1E |
| Octal | 204 | 26 | 34 | 0 | 123 | 117 | 60 | 545 | 107 | 36 |
| Binary | 10000100 | 10110 | 11100 | 0 | 1010011 | 1001111 | 110000 | 101100101 | 1000111 | 11110 |
Color Harmonies of #84161C
Complementary color
Monochromatic Colors of #84161C
Black with #84161C
Text Example
Text Example
White with #84161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84161C; }
p { color: rgb(132,22,28); }
H1.HeaderClassName
{
color: #84161C;
}
.AnyTagClassName
{
color: #84161C;
}
</style>
background-color css
<style>
a { background-color: #84161C; }
a { background-color: rgb(132,22,28); }
div.DivClassName
{
background-color: #84161C;
}
.BgClassName
{
background-color: #84161C;
}
</style>
border-color css
<style>
span { border-color: #84161C; }
span { border-color: rgb(132,22,28); }
td.TdClassName
{
border-color: #84161C;
}
.TagClassName
{
border-color: #84161C;
}
</style>