Shades of Red Berry #71142B
Tints of Red Berry #71142B
RGB
CMYK
RGB Variations
Color information
#71142B (or 0x71142B) is known color: Red Berry. HEX triplet: 71, 14 and 2B. RGB value is (113,20,43). Sum of RGB (Red+Green+Blue) = 113+20+43=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71142B is #8EEBD4. Grayscale: #323232. Windows color (decimal): -9366485 or 2823281. OLE color: 2823281.
HSL color Cylindrical-coordinate representation of color #71142B: hue angle of 345.16º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71142B is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 20 | 43 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.56 |
| HSL | 345.16º | 0.7% | 0.26% | - |
| HSV(B) | 345.16º | 0.82% | 0.44% | - |
| XYZ | 7.5 | 4.19 | 2.7 | - |
| YUV | 50.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 43 | 0 | 0.82 | 0.62 | 0.56 | 345.16 | 0.7 | 0.26 |
| Hex | 71 | 14 | 2B | 0 | 52 | 3E | 38 | 159 | 46 | 1A |
| Octal | 161 | 24 | 53 | 0 | 122 | 76 | 70 | 531 | 106 | 32 |
| Binary | 1110001 | 10100 | 101011 | 0 | 1010010 | 111110 | 111000 | 101011001 | 1000110 | 11010 |
Color Harmonies of #71142B
Complementary color
Monochromatic Colors of #71142B
Black with #71142B
Text Example
Text Example
White with #71142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71142B; }
p { color: rgb(113,20,43); }
H1.HeaderClassName
{
color: #71142B;
}
.AnyTagClassName
{
color: #71142B;
}
</style>
background-color css
<style>
a { background-color: #71142B; }
a { background-color: rgb(113,20,43); }
div.DivClassName
{
background-color: #71142B;
}
.BgClassName
{
background-color: #71142B;
}
</style>
border-color css
<style>
span { border-color: #71142B; }
span { border-color: rgb(113,20,43); }
td.TdClassName
{
border-color: #71142B;
}
.TagClassName
{
border-color: #71142B;
}
</style>