Shades of Red Berry #80141C
Tints of Red Berry #80141C
RGB
CMYK
RGB Variations
Color information
#80141C (or 0x80141C) is known color: Red Berry. HEX triplet: 80, 14 and 1C. RGB value is (128,20,28). Sum of RGB (Red+Green+Blue) = 128+20+28=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #80141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80141C is #7FEBE3. Grayscale: #353535. Windows color (decimal): -8383460 or 1840256. OLE color: 1840256.
HSL color Cylindrical-coordinate representation of color #80141C: hue angle of 355.56º degrees, saturation: 0.73, 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 #80141C is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 28 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.50 |
| HSL | 355.56º | 0.73% | 0.29% | - |
| HSV(B) | 355.56º | 0.84% | 0.5% | - |
| XYZ | 9.36 | 5.17 | 1.6 | - |
| YUV | 53.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 28 | 0 | 0.84 | 0.78 | 0.50 | 355.56 | 0.73 | 0.29 |
| Hex | 80 | 14 | 1C | 0 | 54 | 4E | 32 | 164 | 49 | 1D |
| Octal | 200 | 24 | 34 | 0 | 124 | 116 | 62 | 544 | 111 | 35 |
| Binary | 10000000 | 10100 | 11100 | 0 | 1010100 | 1001110 | 110010 | 101100100 | 1001001 | 11101 |
Color Harmonies of #80141C
Complementary color
Monochromatic Colors of #80141C
Black with #80141C
Text Example
Text Example
White with #80141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80141C; }
p { color: rgb(128,20,28); }
H1.HeaderClassName
{
color: #80141C;
}
.AnyTagClassName
{
color: #80141C;
}
</style>
background-color css
<style>
a { background-color: #80141C; }
a { background-color: rgb(128,20,28); }
div.DivClassName
{
background-color: #80141C;
}
.BgClassName
{
background-color: #80141C;
}
</style>
border-color css
<style>
span { border-color: #80141C; }
span { border-color: rgb(128,20,28); }
td.TdClassName
{
border-color: #80141C;
}
.TagClassName
{
border-color: #80141C;
}
</style>