Shades of Red Berry #712528
Tints of Red Berry #712528
RGB
CMYK
RGB Variations
Color information
#712528 (or 0x712528) is known color: Red Berry. HEX triplet: 71, 25 and 28. RGB value is (113,37,40). Sum of RGB (Red+Green+Blue) = 113+37+40=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #712528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712528 is #8EDAD7. Grayscale: #3C3C3C. Windows color (decimal): -9362136 or 2631025. OLE color: 2631025.
HSL color Cylindrical-coordinate representation of color #712528: hue angle of 357.63º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #712528 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 37 | 40 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.56 |
| HSL | 357.63º | 0.51% | 0.29% | - |
| HSV(B) | 357.63º | 0.67% | 0.44% | - |
| XYZ | 7.85 | 4.99 | 2.56 | - |
| YUV | 60.07 | 116.68 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 40 | 0 | 0.67 | 0.65 | 0.56 | 357.63 | 0.51 | 0.29 |
| Hex | 71 | 25 | 28 | 0 | 43 | 41 | 38 | 166 | 33 | 1D |
| Octal | 161 | 45 | 50 | 0 | 103 | 101 | 70 | 546 | 63 | 35 |
| Binary | 1110001 | 100101 | 101000 | 0 | 1000011 | 1000001 | 111000 | 101100110 | 110011 | 11101 |
Color Harmonies of #712528
Complementary color
Monochromatic Colors of #712528
Black with #712528
Text Example
Text Example
White with #712528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712528; }
p { color: rgb(113,37,40); }
H1.HeaderClassName
{
color: #712528;
}
.AnyTagClassName
{
color: #712528;
}
</style>
background-color css
<style>
a { background-color: #712528; }
a { background-color: rgb(113,37,40); }
div.DivClassName
{
background-color: #712528;
}
.BgClassName
{
background-color: #712528;
}
</style>
border-color css
<style>
span { border-color: #712528; }
span { border-color: rgb(113,37,40); }
td.TdClassName
{
border-color: #712528;
}
.TagClassName
{
border-color: #712528;
}
</style>