Shades of Red Berry #80151F
Tints of Red Berry #80151F
RGB
CMYK
RGB Variations
Color information
#80151F (or 0x80151F) is known color: Red Berry. HEX triplet: 80, 15 and 1F. RGB value is (128,21,31). Sum of RGB (Red+Green+Blue) = 128+21+31=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #80151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80151F is #7FEAE0. Grayscale: #363636. Windows color (decimal): -8383201 or 2037120. OLE color: 2037120.
HSL color Cylindrical-coordinate representation of color #80151F: hue angle of 354.39º 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 #80151F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 21 | 31 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.50 |
| HSL | 354.39º | 0.72% | 0.29% | - |
| HSV(B) | 354.39º | 0.84% | 0.5% | - |
| XYZ | 9.42 | 5.22 | 1.81 | - |
| YUV | 54.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 31 | 0 | 0.84 | 0.76 | 0.50 | 354.39 | 0.72 | 0.29 |
| Hex | 80 | 15 | 1F | 0 | 54 | 4C | 32 | 162 | 48 | 1D |
| Octal | 200 | 25 | 37 | 0 | 124 | 114 | 62 | 542 | 110 | 35 |
| Binary | 10000000 | 10101 | 11111 | 0 | 1010100 | 1001100 | 110010 | 101100010 | 1001000 | 11101 |
Color Harmonies of #80151F
Complementary color
Monochromatic Colors of #80151F
Black with #80151F
Text Example
Text Example
White with #80151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80151F; }
p { color: rgb(128,21,31); }
H1.HeaderClassName
{
color: #80151F;
}
.AnyTagClassName
{
color: #80151F;
}
</style>
background-color css
<style>
a { background-color: #80151F; }
a { background-color: rgb(128,21,31); }
div.DivClassName
{
background-color: #80151F;
}
.BgClassName
{
background-color: #80151F;
}
</style>
border-color css
<style>
span { border-color: #80151F; }
span { border-color: rgb(128,21,31); }
td.TdClassName
{
border-color: #80151F;
}
.TagClassName
{
border-color: #80151F;
}
</style>