Shades of Red Berry #711829
Tints of Red Berry #711829
RGB
CMYK
RGB Variations
Color information
#711829 (or 0x711829) is known color: Red Berry. HEX triplet: 71, 18 and 29. RGB value is (113,24,41). Sum of RGB (Red+Green+Blue) = 113+24+41=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #711829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711829 is #8EE7D6. Grayscale: #343434. Windows color (decimal): -9365463 or 2693233. OLE color: 2693233.
HSL color Cylindrical-coordinate representation of color #711829: hue angle of 348.54º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711829 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 24 | 41 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.56 |
| HSL | 348.54º | 0.65% | 0.27% | - |
| HSV(B) | 348.54º | 0.79% | 0.44% | - |
| XYZ | 7.54 | 4.32 | 2.54 | - |
| YUV | 52.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 24 | 41 | 0 | 0.79 | 0.64 | 0.56 | 348.54 | 0.65 | 0.27 |
| Hex | 71 | 18 | 29 | 0 | 4F | 40 | 38 | 15D | 41 | 1B |
| Octal | 161 | 30 | 51 | 0 | 117 | 100 | 70 | 535 | 101 | 33 |
| Binary | 1110001 | 11000 | 101001 | 0 | 1001111 | 1000000 | 111000 | 101011101 | 1000001 | 11011 |
Color Harmonies of #711829
Complementary color
Monochromatic Colors of #711829
Black with #711829
Text Example
Text Example
White with #711829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711829; }
p { color: rgb(113,24,41); }
H1.HeaderClassName
{
color: #711829;
}
.AnyTagClassName
{
color: #711829;
}
</style>
background-color css
<style>
a { background-color: #711829; }
a { background-color: rgb(113,24,41); }
div.DivClassName
{
background-color: #711829;
}
.BgClassName
{
background-color: #711829;
}
</style>
border-color css
<style>
span { border-color: #711829; }
span { border-color: rgb(113,24,41); }
td.TdClassName
{
border-color: #711829;
}
.TagClassName
{
border-color: #711829;
}
</style>