Shades of Red Berry #81191F
Tints of Red Berry #81191F
RGB
CMYK
RGB Variations
Color information
#81191F (or 0x81191F) is known color: Red Berry. HEX triplet: 81, 19 and 1F. RGB value is (129,25,31). Sum of RGB (Red+Green+Blue) = 129+25+31=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #81191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81191F is #7EE6E0. Grayscale: #383838. Windows color (decimal): -8316641 or 2038145. OLE color: 2038145.
HSL color Cylindrical-coordinate representation of color #81191F: hue angle of 356.54º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81191F is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 25 | 31 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.49 |
| HSL | 356.54º | 0.68% | 0.3% | - |
| HSV(B) | 356.54º | 0.81% | 0.51% | - |
| XYZ | 9.65 | 5.46 | 1.84 | - |
| YUV | 56.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 31 | 0 | 0.81 | 0.76 | 0.49 | 356.54 | 0.68 | 0.3 |
| Hex | 81 | 19 | 1F | 0 | 51 | 4C | 31 | 165 | 44 | 1E |
| Octal | 201 | 31 | 37 | 0 | 121 | 114 | 61 | 545 | 104 | 36 |
| Binary | 10000001 | 11001 | 11111 | 0 | 1010001 | 1001100 | 110001 | 101100101 | 1000100 | 11110 |
Color Harmonies of #81191F
Complementary color
Monochromatic Colors of #81191F
Black with #81191F
Text Example
Text Example
White with #81191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81191F; }
p { color: rgb(129,25,31); }
H1.HeaderClassName
{
color: #81191F;
}
.AnyTagClassName
{
color: #81191F;
}
</style>
background-color css
<style>
a { background-color: #81191F; }
a { background-color: rgb(129,25,31); }
div.DivClassName
{
background-color: #81191F;
}
.BgClassName
{
background-color: #81191F;
}
</style>
border-color css
<style>
span { border-color: #81191F; }
span { border-color: rgb(129,25,31); }
td.TdClassName
{
border-color: #81191F;
}
.TagClassName
{
border-color: #81191F;
}
</style>