Shades of Red Berry #71232B
Tints of Red Berry #71232B
RGB
CMYK
RGB Variations
Color information
#71232B (or 0x71232B) is known color: Red Berry. HEX triplet: 71, 23 and 2B. RGB value is (113,35,43). Sum of RGB (Red+Green+Blue) = 113+35+43=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #71232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71232B is #8EDCD4. Grayscale: #3B3B3B. Windows color (decimal): -9362645 or 2827121. OLE color: 2827121.
HSL color Cylindrical-coordinate representation of color #71232B: hue angle of 353.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71232B is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 43 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.56 |
| HSL | 353.85º | 0.53% | 0.29% | - |
| HSV(B) | 353.85º | 0.69% | 0.44% | - |
| XYZ | 7.85 | 4.89 | 2.82 | - |
| YUV | 59.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 43 | 0 | 0.69 | 0.62 | 0.56 | 353.85 | 0.53 | 0.29 |
| Hex | 71 | 23 | 2B | 0 | 45 | 3E | 38 | 162 | 35 | 1D |
| Octal | 161 | 43 | 53 | 0 | 105 | 76 | 70 | 542 | 65 | 35 |
| Binary | 1110001 | 100011 | 101011 | 0 | 1000101 | 111110 | 111000 | 101100010 | 110101 | 11101 |
Color Harmonies of #71232B
Complementary color
Monochromatic Colors of #71232B
Black with #71232B
Text Example
Text Example
White with #71232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71232B; }
p { color: rgb(113,35,43); }
H1.HeaderClassName
{
color: #71232B;
}
.AnyTagClassName
{
color: #71232B;
}
</style>
background-color css
<style>
a { background-color: #71232B; }
a { background-color: rgb(113,35,43); }
div.DivClassName
{
background-color: #71232B;
}
.BgClassName
{
background-color: #71232B;
}
</style>
border-color css
<style>
span { border-color: #71232B; }
span { border-color: rgb(113,35,43); }
td.TdClassName
{
border-color: #71232B;
}
.TagClassName
{
border-color: #71232B;
}
</style>