Shades of Red Berry #841718
Tints of Red Berry #841718
RGB
CMYK
RGB Variations
Color information
#841718 (or 0x841718) is known color: Red Berry. HEX triplet: 84, 17 and 18. RGB value is (132,23,24). Sum of RGB (Red+Green+Blue) = 132+23+24=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #841718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841718 is #7BE8E7. Grayscale: #373737. Windows color (decimal): -8120552 or 1578884. OLE color: 1578884.
HSL color Cylindrical-coordinate representation of color #841718: hue angle of 359.45º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841718 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 24 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.48 |
| HSL | 359.45º | 0.7% | 0.3% | - |
| HSV(B) | 359.45º | 0.83% | 0.52% | - |
| XYZ | 9.99 | 5.58 | 1.42 | - |
| YUV | 55.71 | 110.11 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 24 | 0 | 0.83 | 0.82 | 0.48 | 359.45 | 0.7 | 0.3 |
| Hex | 84 | 17 | 18 | 0 | 53 | 52 | 30 | 167 | 46 | 1E |
| Octal | 204 | 27 | 30 | 0 | 123 | 122 | 60 | 547 | 106 | 36 |
| Binary | 10000100 | 10111 | 11000 | 0 | 1010011 | 1010010 | 110000 | 101100111 | 1000110 | 11110 |
Color Harmonies of #841718
Complementary color
Monochromatic Colors of #841718
Black with #841718
Text Example
Text Example
White with #841718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841718; }
p { color: rgb(132,23,24); }
H1.HeaderClassName
{
color: #841718;
}
.AnyTagClassName
{
color: #841718;
}
</style>
background-color css
<style>
a { background-color: #841718; }
a { background-color: rgb(132,23,24); }
div.DivClassName
{
background-color: #841718;
}
.BgClassName
{
background-color: #841718;
}
</style>
border-color css
<style>
span { border-color: #841718; }
span { border-color: rgb(132,23,24); }
td.TdClassName
{
border-color: #841718;
}
.TagClassName
{
border-color: #841718;
}
</style>