Shades of Red Berry #71242B
Tints of Red Berry #71242B
RGB
CMYK
RGB Variations
Color information
#71242B (or 0x71242B) is known color: Red Berry. HEX triplet: 71, 24 and 2B. RGB value is (113,36,43). Sum of RGB (Red+Green+Blue) = 113+36+43=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #71242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71242B is #8EDBD4. Grayscale: #3B3B3B. Windows color (decimal): -9362389 or 2827377. OLE color: 2827377.
HSL color Cylindrical-coordinate representation of color #71242B: hue angle of 354.55º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71242B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 36 | 43 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.56 |
| HSL | 354.55º | 0.52% | 0.29% | - |
| HSV(B) | 354.55º | 0.68% | 0.44% | - |
| XYZ | 7.88 | 4.95 | 2.83 | - |
| YUV | 59.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 43 | 0 | 0.68 | 0.62 | 0.56 | 354.55 | 0.52 | 0.29 |
| Hex | 71 | 24 | 2B | 0 | 44 | 3E | 38 | 163 | 34 | 1D |
| Octal | 161 | 44 | 53 | 0 | 104 | 76 | 70 | 543 | 64 | 35 |
| Binary | 1110001 | 100100 | 101011 | 0 | 1000100 | 111110 | 111000 | 101100011 | 110100 | 11101 |
Color Harmonies of #71242B
Complementary color
Monochromatic Colors of #71242B
Black with #71242B
Text Example
Text Example
White with #71242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71242B; }
p { color: rgb(113,36,43); }
H1.HeaderClassName
{
color: #71242B;
}
.AnyTagClassName
{
color: #71242B;
}
</style>
background-color css
<style>
a { background-color: #71242B; }
a { background-color: rgb(113,36,43); }
div.DivClassName
{
background-color: #71242B;
}
.BgClassName
{
background-color: #71242B;
}
</style>
border-color css
<style>
span { border-color: #71242B; }
span { border-color: rgb(113,36,43); }
td.TdClassName
{
border-color: #71242B;
}
.TagClassName
{
border-color: #71242B;
}
</style>