Shades of Red Berry #81141A
Tints of Red Berry #81141A
RGB
CMYK
RGB Variations
Color information
#81141A (or 0x81141A) is known color: Red Berry. HEX triplet: 81, 14 and 1A. RGB value is (129,20,26). Sum of RGB (Red+Green+Blue) = 129+20+26=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #81141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81141A is #7EEBE5. Grayscale: #353535. Windows color (decimal): -8317926 or 1709185. OLE color: 1709185.
HSL color Cylindrical-coordinate representation of color #81141A: hue angle of 356.7º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81141A is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 26 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.49 |
| HSL | 356.7º | 0.73% | 0.29% | - |
| HSV(B) | 356.7º | 0.84% | 0.51% | - |
| XYZ | 9.49 | 5.24 | 1.49 | - |
| YUV | 53.28 | 112.61 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 26 | 0 | 0.84 | 0.80 | 0.49 | 356.7 | 0.73 | 0.29 |
| Hex | 81 | 14 | 1A | 0 | 54 | 50 | 31 | 165 | 49 | 1D |
| Octal | 201 | 24 | 32 | 0 | 124 | 120 | 61 | 545 | 111 | 35 |
| Binary | 10000001 | 10100 | 11010 | 0 | 1010100 | 1010000 | 110001 | 101100101 | 1001001 | 11101 |
Color Harmonies of #81141A
Complementary color
Monochromatic Colors of #81141A
Black with #81141A
Text Example
Text Example
White with #81141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81141A; }
p { color: rgb(129,20,26); }
H1.HeaderClassName
{
color: #81141A;
}
.AnyTagClassName
{
color: #81141A;
}
</style>
background-color css
<style>
a { background-color: #81141A; }
a { background-color: rgb(129,20,26); }
div.DivClassName
{
background-color: #81141A;
}
.BgClassName
{
background-color: #81141A;
}
</style>
border-color css
<style>
span { border-color: #81141A; }
span { border-color: rgb(129,20,26); }
td.TdClassName
{
border-color: #81141A;
}
.TagClassName
{
border-color: #81141A;
}
</style>