Shades of Red Berry #712127
Tints of Red Berry #712127
RGB
CMYK
RGB Variations
Color information
#712127 (or 0x712127) is known color: Red Berry. HEX triplet: 71, 21 and 27. RGB value is (113,33,39). Sum of RGB (Red+Green+Blue) = 113+33+39=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #712127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712127 is #8EDED8. Grayscale: #393939. Windows color (decimal): -9363161 or 2564465. OLE color: 2564465.
HSL color Cylindrical-coordinate representation of color #712127: hue angle of 355.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712127 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 39 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.56 |
| HSL | 355.5º | 0.55% | 0.29% | - |
| HSV(B) | 355.5º | 0.71% | 0.44% | - |
| XYZ | 7.72 | 4.74 | 2.43 | - |
| YUV | 57.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 39 | 0 | 0.71 | 0.65 | 0.56 | 355.5 | 0.55 | 0.29 |
| Hex | 71 | 21 | 27 | 0 | 47 | 41 | 38 | 164 | 37 | 1D |
| Octal | 161 | 41 | 47 | 0 | 107 | 101 | 70 | 544 | 67 | 35 |
| Binary | 1110001 | 100001 | 100111 | 0 | 1000111 | 1000001 | 111000 | 101100100 | 110111 | 11101 |
Color Harmonies of #712127
Complementary color
Monochromatic Colors of #712127
Black with #712127
Text Example
Text Example
White with #712127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712127; }
p { color: rgb(113,33,39); }
H1.HeaderClassName
{
color: #712127;
}
.AnyTagClassName
{
color: #712127;
}
</style>
background-color css
<style>
a { background-color: #712127; }
a { background-color: rgb(113,33,39); }
div.DivClassName
{
background-color: #712127;
}
.BgClassName
{
background-color: #712127;
}
</style>
border-color css
<style>
span { border-color: #712127; }
span { border-color: rgb(113,33,39); }
td.TdClassName
{
border-color: #712127;
}
.TagClassName
{
border-color: #712127;
}
</style>