Shades of Red Berry #711D28
Tints of Red Berry #711D28
RGB
CMYK
RGB Variations
Color information
#711D28 (or 0x711D28) is known color: Red Berry. HEX triplet: 71, 1D and 28. RGB value is (113,29,40). Sum of RGB (Red+Green+Blue) = 113+29+40=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #711D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D28 is #8EE2D7. Grayscale: #373737. Windows color (decimal): -9364184 or 2628977. OLE color: 2628977.
HSL color Cylindrical-coordinate representation of color #711D28: hue angle of 352.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D28 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 40 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.56 |
| HSL | 352.14º | 0.59% | 0.28% | - |
| HSV(B) | 352.14º | 0.74% | 0.44% | - |
| XYZ | 7.63 | 4.54 | 2.48 | - |
| YUV | 55.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 40 | 0 | 0.74 | 0.65 | 0.56 | 352.14 | 0.59 | 0.28 |
| Hex | 71 | 1D | 28 | 0 | 4A | 41 | 38 | 160 | 3B | 1C |
| Octal | 161 | 35 | 50 | 0 | 112 | 101 | 70 | 540 | 73 | 34 |
| Binary | 1110001 | 11101 | 101000 | 0 | 1001010 | 1000001 | 111000 | 101100000 | 111011 | 11100 |
Color Harmonies of #711D28
Complementary color
Monochromatic Colors of #711D28
Black with #711D28
Text Example
Text Example
White with #711D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D28; }
p { color: rgb(113,29,40); }
H1.HeaderClassName
{
color: #711D28;
}
.AnyTagClassName
{
color: #711D28;
}
</style>
background-color css
<style>
a { background-color: #711D28; }
a { background-color: rgb(113,29,40); }
div.DivClassName
{
background-color: #711D28;
}
.BgClassName
{
background-color: #711D28;
}
</style>
border-color css
<style>
span { border-color: #711D28; }
span { border-color: rgb(113,29,40); }
td.TdClassName
{
border-color: #711D28;
}
.TagClassName
{
border-color: #711D28;
}
</style>