Shades of Red Berry #84151C
Tints of Red Berry #84151C
RGB
CMYK
RGB Variations
Color information
#84151C (or 0x84151C) is known color: Red Berry. HEX triplet: 84, 15 and 1C. RGB value is (132,21,28). Sum of RGB (Red+Green+Blue) = 132+21+28=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #84151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84151C is #7BEAE3. Grayscale: #373737. Windows color (decimal): -8121060 or 1840516. OLE color: 1840516.
HSL color Cylindrical-coordinate representation of color #84151C: hue angle of 356.22º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84151C is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 28 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.48 |
| HSL | 356.22º | 0.73% | 0.3% | - |
| HSV(B) | 356.22º | 0.84% | 0.52% | - |
| XYZ | 9.99 | 5.53 | 1.64 | - |
| YUV | 54.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 28 | 0 | 0.84 | 0.79 | 0.48 | 356.22 | 0.73 | 0.3 |
| Hex | 84 | 15 | 1C | 0 | 54 | 4F | 30 | 164 | 49 | 1E |
| Octal | 204 | 25 | 34 | 0 | 124 | 117 | 60 | 544 | 111 | 36 |
| Binary | 10000100 | 10101 | 11100 | 0 | 1010100 | 1001111 | 110000 | 101100100 | 1001001 | 11110 |
Color Harmonies of #84151C
Complementary color
Monochromatic Colors of #84151C
Black with #84151C
Text Example
Text Example
White with #84151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84151C; }
p { color: rgb(132,21,28); }
H1.HeaderClassName
{
color: #84151C;
}
.AnyTagClassName
{
color: #84151C;
}
</style>
background-color css
<style>
a { background-color: #84151C; }
a { background-color: rgb(132,21,28); }
div.DivClassName
{
background-color: #84151C;
}
.BgClassName
{
background-color: #84151C;
}
</style>
border-color css
<style>
span { border-color: #84151C; }
span { border-color: rgb(132,21,28); }
td.TdClassName
{
border-color: #84151C;
}
.TagClassName
{
border-color: #84151C;
}
</style>