Shades of Red Berry #711629
Tints of Red Berry #711629
RGB
CMYK
RGB Variations
Color information
#711629 (or 0x711629) is known color: Red Berry. HEX triplet: 71, 16 and 29. RGB value is (113,22,41). Sum of RGB (Red+Green+Blue) = 113+22+41=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #711629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711629 is #8EE9D6. Grayscale: #333333. Windows color (decimal): -9365975 or 2692721. OLE color: 2692721.
HSL color Cylindrical-coordinate representation of color #711629: hue angle of 347.47º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711629 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 22 | 41 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.56 |
| HSL | 347.47º | 0.67% | 0.26% | - |
| HSV(B) | 347.47º | 0.81% | 0.44% | - |
| XYZ | 7.5 | 4.24 | 2.52 | - |
| YUV | 51.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 41 | 0 | 0.81 | 0.64 | 0.56 | 347.47 | 0.67 | 0.26 |
| Hex | 71 | 16 | 29 | 0 | 51 | 40 | 38 | 15B | 43 | 1A |
| Octal | 161 | 26 | 51 | 0 | 121 | 100 | 70 | 533 | 103 | 32 |
| Binary | 1110001 | 10110 | 101001 | 0 | 1010001 | 1000000 | 111000 | 101011011 | 1000011 | 11010 |
Color Harmonies of #711629
Complementary color
Monochromatic Colors of #711629
Black with #711629
Text Example
Text Example
White with #711629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711629; }
p { color: rgb(113,22,41); }
H1.HeaderClassName
{
color: #711629;
}
.AnyTagClassName
{
color: #711629;
}
</style>
background-color css
<style>
a { background-color: #711629; }
a { background-color: rgb(113,22,41); }
div.DivClassName
{
background-color: #711629;
}
.BgClassName
{
background-color: #711629;
}
</style>
border-color css
<style>
span { border-color: #711629; }
span { border-color: rgb(113,22,41); }
td.TdClassName
{
border-color: #711629;
}
.TagClassName
{
border-color: #711629;
}
</style>