Shades of Red Berry #81161A
Tints of Red Berry #81161A
RGB
CMYK
RGB Variations
Color information
#81161A (or 0x81161A) is known color: Red Berry. HEX triplet: 81, 16 and 1A. RGB value is (129,22,26). Sum of RGB (Red+Green+Blue) = 129+22+26=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #81161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81161A is #7EE9E5. Grayscale: #363636. Windows color (decimal): -8317414 or 1709697. OLE color: 1709697.
HSL color Cylindrical-coordinate representation of color #81161A: hue angle of 357.76º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81161A is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 22 | 26 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.49 |
| HSL | 357.76º | 0.71% | 0.3% | - |
| HSV(B) | 357.76º | 0.83% | 0.51% | - |
| XYZ | 9.53 | 5.32 | 1.5 | - |
| YUV | 54.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 22 | 26 | 0 | 0.83 | 0.80 | 0.49 | 357.76 | 0.71 | 0.3 |
| Hex | 81 | 16 | 1A | 0 | 53 | 50 | 31 | 166 | 47 | 1E |
| Octal | 201 | 26 | 32 | 0 | 123 | 120 | 61 | 546 | 107 | 36 |
| Binary | 10000001 | 10110 | 11010 | 0 | 1010011 | 1010000 | 110001 | 101100110 | 1000111 | 11110 |
Color Harmonies of #81161A
Complementary color
Monochromatic Colors of #81161A
Black with #81161A
Text Example
Text Example
White with #81161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81161A; }
p { color: rgb(129,22,26); }
H1.HeaderClassName
{
color: #81161A;
}
.AnyTagClassName
{
color: #81161A;
}
</style>
background-color css
<style>
a { background-color: #81161A; }
a { background-color: rgb(129,22,26); }
div.DivClassName
{
background-color: #81161A;
}
.BgClassName
{
background-color: #81161A;
}
</style>
border-color css
<style>
span { border-color: #81161A; }
span { border-color: rgb(129,22,26); }
td.TdClassName
{
border-color: #81161A;
}
.TagClassName
{
border-color: #81161A;
}
</style>