Shades of Red Berry #712028
Tints of Red Berry #712028
RGB
CMYK
RGB Variations
Color information
#712028 (or 0x712028) is known color: Red Berry. HEX triplet: 71, 20 and 28. RGB value is (113,32,40). Sum of RGB (Red+Green+Blue) = 113+32+40=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #712028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712028 is #8EDFD7. Grayscale: #393939. Windows color (decimal): -9363416 or 2629745. OLE color: 2629745.
HSL color Cylindrical-coordinate representation of color #712028: hue angle of 354.07º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712028 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 32 | 40 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.56 |
| HSL | 354.07º | 0.56% | 0.28% | - |
| HSV(B) | 354.07º | 0.72% | 0.44% | - |
| XYZ | 7.71 | 4.7 | 2.51 | - |
| YUV | 57.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 40 | 0 | 0.72 | 0.65 | 0.56 | 354.07 | 0.56 | 0.28 |
| Hex | 71 | 20 | 28 | 0 | 48 | 41 | 38 | 162 | 38 | 1C |
| Octal | 161 | 40 | 50 | 0 | 110 | 101 | 70 | 542 | 70 | 34 |
| Binary | 1110001 | 100000 | 101000 | 0 | 1001000 | 1000001 | 111000 | 101100010 | 111000 | 11100 |
Color Harmonies of #712028
Complementary color
Monochromatic Colors of #712028
Black with #712028
Text Example
Text Example
White with #712028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712028; }
p { color: rgb(113,32,40); }
H1.HeaderClassName
{
color: #712028;
}
.AnyTagClassName
{
color: #712028;
}
</style>
background-color css
<style>
a { background-color: #712028; }
a { background-color: rgb(113,32,40); }
div.DivClassName
{
background-color: #712028;
}
.BgClassName
{
background-color: #712028;
}
</style>
border-color css
<style>
span { border-color: #712028; }
span { border-color: rgb(113,32,40); }
td.TdClassName
{
border-color: #712028;
}
.TagClassName
{
border-color: #712028;
}
</style>