Shades of Red Berry #801519
Tints of Red Berry #801519
RGB
CMYK
RGB Variations
Color information
#801519 (or 0x801519) is known color: Red Berry. HEX triplet: 80, 15 and 19. RGB value is (128,21,25). Sum of RGB (Red+Green+Blue) = 128+21+25=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #801519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801519 is #7FEAE6. Grayscale: #353535. Windows color (decimal): -8383207 or 1643904. OLE color: 1643904.
HSL color Cylindrical-coordinate representation of color #801519: hue angle of 357.76º degrees, saturation: 0.72, 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 #801519 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 21 | 25 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.50 |
| HSL | 357.76º | 0.72% | 0.29% | - |
| HSV(B) | 357.76º | 0.84% | 0.5% | - |
| XYZ | 9.35 | 5.2 | 1.43 | - |
| YUV | 53.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 25 | 0 | 0.84 | 0.80 | 0.50 | 357.76 | 0.72 | 0.29 |
| Hex | 80 | 15 | 19 | 0 | 54 | 50 | 32 | 166 | 48 | 1D |
| Octal | 200 | 25 | 31 | 0 | 124 | 120 | 62 | 546 | 110 | 35 |
| Binary | 10000000 | 10101 | 11001 | 0 | 1010100 | 1010000 | 110010 | 101100110 | 1001000 | 11101 |
Color Harmonies of #801519
Complementary color
Monochromatic Colors of #801519
Black with #801519
Text Example
Text Example
White with #801519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801519; }
p { color: rgb(128,21,25); }
H1.HeaderClassName
{
color: #801519;
}
.AnyTagClassName
{
color: #801519;
}
</style>
background-color css
<style>
a { background-color: #801519; }
a { background-color: rgb(128,21,25); }
div.DivClassName
{
background-color: #801519;
}
.BgClassName
{
background-color: #801519;
}
</style>
border-color css
<style>
span { border-color: #801519; }
span { border-color: rgb(128,21,25); }
td.TdClassName
{
border-color: #801519;
}
.TagClassName
{
border-color: #801519;
}
</style>