Shades of Red Berry #71202B
Tints of Red Berry #71202B
RGB
CMYK
RGB Variations
Color information
#71202B (or 0x71202B) is known color: Red Berry. HEX triplet: 71, 20 and 2B. RGB value is (113,32,43). Sum of RGB (Red+Green+Blue) = 113+32+43=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #71202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71202B is #8EDFD4. Grayscale: #393939. Windows color (decimal): -9363413 or 2826353. OLE color: 2826353.
HSL color Cylindrical-coordinate representation of color #71202B: hue angle of 351.85º 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 #71202B is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 32 | 43 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.56 |
| HSL | 351.85º | 0.56% | 0.28% | - |
| HSV(B) | 351.85º | 0.72% | 0.44% | - |
| XYZ | 7.76 | 4.72 | 2.79 | - |
| YUV | 57.47 | 119.84 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 43 | 0 | 0.72 | 0.62 | 0.56 | 351.85 | 0.56 | 0.28 |
| Hex | 71 | 20 | 2B | 0 | 48 | 3E | 38 | 160 | 38 | 1C |
| Octal | 161 | 40 | 53 | 0 | 110 | 76 | 70 | 540 | 70 | 34 |
| Binary | 1110001 | 100000 | 101011 | 0 | 1001000 | 111110 | 111000 | 101100000 | 111000 | 11100 |
Color Harmonies of #71202B
Complementary color
Monochromatic Colors of #71202B
Black with #71202B
Text Example
Text Example
White with #71202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71202B; }
p { color: rgb(113,32,43); }
H1.HeaderClassName
{
color: #71202B;
}
.AnyTagClassName
{
color: #71202B;
}
</style>
background-color css
<style>
a { background-color: #71202B; }
a { background-color: rgb(113,32,43); }
div.DivClassName
{
background-color: #71202B;
}
.BgClassName
{
background-color: #71202B;
}
</style>
border-color css
<style>
span { border-color: #71202B; }
span { border-color: rgb(113,32,43); }
td.TdClassName
{
border-color: #71202B;
}
.TagClassName
{
border-color: #71202B;
}
</style>