Shades of Red Berry #81161D
Tints of Red Berry #81161D
RGB
CMYK
RGB Variations
Color information
#81161D (or 0x81161D) is known color: Red Berry. HEX triplet: 81, 16 and 1D. RGB value is (129,22,29). Sum of RGB (Red+Green+Blue) = 129+22+29=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #81161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81161D is #7EE9E2. Grayscale: #363636. Windows color (decimal): -8317411 or 1906305. OLE color: 1906305.
HSL color Cylindrical-coordinate representation of color #81161D: hue angle of 356.07º 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 #81161D is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 22 | 29 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.49 |
| HSL | 356.07º | 0.71% | 0.3% | - |
| HSV(B) | 356.07º | 0.83% | 0.51% | - |
| XYZ | 9.56 | 5.33 | 1.69 | - |
| YUV | 54.79 | 113.45 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 22 | 29 | 0 | 0.83 | 0.78 | 0.49 | 356.07 | 0.71 | 0.3 |
| Hex | 81 | 16 | 1D | 0 | 53 | 4E | 31 | 164 | 47 | 1E |
| Octal | 201 | 26 | 35 | 0 | 123 | 116 | 61 | 544 | 107 | 36 |
| Binary | 10000001 | 10110 | 11101 | 0 | 1010011 | 1001110 | 110001 | 101100100 | 1000111 | 11110 |
Color Harmonies of #81161D
Complementary color
Monochromatic Colors of #81161D
Black with #81161D
Text Example
Text Example
White with #81161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81161D; }
p { color: rgb(129,22,29); }
H1.HeaderClassName
{
color: #81161D;
}
.AnyTagClassName
{
color: #81161D;
}
</style>
background-color css
<style>
a { background-color: #81161D; }
a { background-color: rgb(129,22,29); }
div.DivClassName
{
background-color: #81161D;
}
.BgClassName
{
background-color: #81161D;
}
</style>
border-color css
<style>
span { border-color: #81161D; }
span { border-color: rgb(129,22,29); }
td.TdClassName
{
border-color: #81161D;
}
.TagClassName
{
border-color: #81161D;
}
</style>