Shades of Red Berry #711A29
Tints of Red Berry #711A29
RGB
CMYK
RGB Variations
Color information
#711A29 (or 0x711A29) is known color: Red Berry. HEX triplet: 71, 1A and 29. RGB value is (113,26,41). Sum of RGB (Red+Green+Blue) = 113+26+41=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #711A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A29 is #8EE5D6. Grayscale: #353535. Windows color (decimal): -9364951 or 2693745. OLE color: 2693745.
HSL color Cylindrical-coordinate representation of color #711A29: hue angle of 349.66º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A29 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 41 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.56 |
| HSL | 349.66º | 0.63% | 0.27% | - |
| HSV(B) | 349.66º | 0.77% | 0.44% | - |
| XYZ | 7.58 | 4.41 | 2.55 | - |
| YUV | 53.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 41 | 0 | 0.77 | 0.64 | 0.56 | 349.66 | 0.63 | 0.27 |
| Hex | 71 | 1A | 29 | 0 | 4D | 40 | 38 | 15E | 3F | 1B |
| Octal | 161 | 32 | 51 | 0 | 115 | 100 | 70 | 536 | 77 | 33 |
| Binary | 1110001 | 11010 | 101001 | 0 | 1001101 | 1000000 | 111000 | 101011110 | 111111 | 11011 |
Color Harmonies of #711A29
Complementary color
Monochromatic Colors of #711A29
Black with #711A29
Text Example
Text Example
White with #711A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A29; }
p { color: rgb(113,26,41); }
H1.HeaderClassName
{
color: #711A29;
}
.AnyTagClassName
{
color: #711A29;
}
</style>
background-color css
<style>
a { background-color: #711A29; }
a { background-color: rgb(113,26,41); }
div.DivClassName
{
background-color: #711A29;
}
.BgClassName
{
background-color: #711A29;
}
</style>
border-color css
<style>
span { border-color: #711A29; }
span { border-color: rgb(113,26,41); }
td.TdClassName
{
border-color: #711A29;
}
.TagClassName
{
border-color: #711A29;
}
</style>