Shades of Red Berry #81151A
Tints of Red Berry #81151A
RGB
CMYK
RGB Variations
Color information
#81151A (or 0x81151A) is known color: Red Berry. HEX triplet: 81, 15 and 1A. RGB value is (129,21,26). Sum of RGB (Red+Green+Blue) = 129+21+26=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #81151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81151A is #7EEAE5. Grayscale: #353535. Windows color (decimal): -8317670 or 1709441. OLE color: 1709441.
HSL color Cylindrical-coordinate representation of color #81151A: hue angle of 357.22º degrees, saturation: 0.72, 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 #81151A is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 21 | 26 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.49 |
| HSL | 357.22º | 0.72% | 0.29% | - |
| HSV(B) | 357.22º | 0.84% | 0.51% | - |
| XYZ | 9.51 | 5.28 | 1.49 | - |
| YUV | 53.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 26 | 0 | 0.84 | 0.80 | 0.49 | 357.22 | 0.72 | 0.29 |
| Hex | 81 | 15 | 1A | 0 | 54 | 50 | 31 | 165 | 48 | 1D |
| Octal | 201 | 25 | 32 | 0 | 124 | 120 | 61 | 545 | 110 | 35 |
| Binary | 10000001 | 10101 | 11010 | 0 | 1010100 | 1010000 | 110001 | 101100101 | 1001000 | 11101 |
Color Harmonies of #81151A
Complementary color
Monochromatic Colors of #81151A
Black with #81151A
Text Example
Text Example
White with #81151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81151A; }
p { color: rgb(129,21,26); }
H1.HeaderClassName
{
color: #81151A;
}
.AnyTagClassName
{
color: #81151A;
}
</style>
background-color css
<style>
a { background-color: #81151A; }
a { background-color: rgb(129,21,26); }
div.DivClassName
{
background-color: #81151A;
}
.BgClassName
{
background-color: #81151A;
}
</style>
border-color css
<style>
span { border-color: #81151A; }
span { border-color: rgb(129,21,26); }
td.TdClassName
{
border-color: #81151A;
}
.TagClassName
{
border-color: #81151A;
}
</style>