Shades of Red Berry #851519
Tints of Red Berry #851519
RGB
CMYK
RGB Variations
Color information
#851519 (or 0x851519) is known color: Red Berry. HEX triplet: 85, 15 and 19. RGB value is (133,21,25). Sum of RGB (Red+Green+Blue) = 133+21+25=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #851519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851519 is #7AEAE6. Grayscale: #373737. Windows color (decimal): -8055527 or 1643909. OLE color: 1643909.
HSL color Cylindrical-coordinate representation of color #851519: hue angle of 357.86º 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 #851519 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 21 | 25 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.48 |
| HSL | 357.86º | 0.73% | 0.3% | - |
| HSV(B) | 357.86º | 0.84% | 0.52% | - |
| XYZ | 10.12 | 5.59 | 1.47 | - |
| YUV | 54.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 25 | 0 | 0.84 | 0.81 | 0.48 | 357.86 | 0.73 | 0.3 |
| Hex | 85 | 15 | 19 | 0 | 54 | 51 | 30 | 166 | 49 | 1E |
| Octal | 205 | 25 | 31 | 0 | 124 | 121 | 60 | 546 | 111 | 36 |
| Binary | 10000101 | 10101 | 11001 | 0 | 1010100 | 1010001 | 110000 | 101100110 | 1001001 | 11110 |
Color Harmonies of #851519
Complementary color
Monochromatic Colors of #851519
Black with #851519
Text Example
Text Example
White with #851519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851519; }
p { color: rgb(133,21,25); }
H1.HeaderClassName
{
color: #851519;
}
.AnyTagClassName
{
color: #851519;
}
</style>
background-color css
<style>
a { background-color: #851519; }
a { background-color: rgb(133,21,25); }
div.DivClassName
{
background-color: #851519;
}
.BgClassName
{
background-color: #851519;
}
</style>
border-color css
<style>
span { border-color: #851519; }
span { border-color: rgb(133,21,25); }
td.TdClassName
{
border-color: #851519;
}
.TagClassName
{
border-color: #851519;
}
</style>