Shades of Red Berry #81191C
Tints of Red Berry #81191C
RGB
CMYK
RGB Variations
Color information
#81191C (or 0x81191C) is known color: Red Berry. HEX triplet: 81, 19 and 1C. RGB value is (129,25,28). Sum of RGB (Red+Green+Blue) = 129+25+28=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #81191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81191C is #7EE6E3. Grayscale: #383838. Windows color (decimal): -8316644 or 1841537. OLE color: 1841537.
HSL color Cylindrical-coordinate representation of color #81191C: hue angle of 358.27º 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 #81191C is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 25 | 28 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.49 |
| HSL | 358.27º | 0.68% | 0.3% | - |
| HSV(B) | 358.27º | 0.81% | 0.51% | - |
| XYZ | 9.61 | 5.45 | 1.64 | - |
| YUV | 56.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 28 | 0 | 0.81 | 0.78 | 0.49 | 358.27 | 0.68 | 0.3 |
| Hex | 81 | 19 | 1C | 0 | 51 | 4E | 31 | 166 | 44 | 1E |
| Octal | 201 | 31 | 34 | 0 | 121 | 116 | 61 | 546 | 104 | 36 |
| Binary | 10000001 | 11001 | 11100 | 0 | 1010001 | 1001110 | 110001 | 101100110 | 1000100 | 11110 |
Color Harmonies of #81191C
Complementary color
Monochromatic Colors of #81191C
Black with #81191C
Text Example
Text Example
White with #81191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81191C; }
p { color: rgb(129,25,28); }
H1.HeaderClassName
{
color: #81191C;
}
.AnyTagClassName
{
color: #81191C;
}
</style>
background-color css
<style>
a { background-color: #81191C; }
a { background-color: rgb(129,25,28); }
div.DivClassName
{
background-color: #81191C;
}
.BgClassName
{
background-color: #81191C;
}
</style>
border-color css
<style>
span { border-color: #81191C; }
span { border-color: rgb(129,25,28); }
td.TdClassName
{
border-color: #81191C;
}
.TagClassName
{
border-color: #81191C;
}
</style>