Shades of Red Berry #71242A
Tints of Red Berry #71242A
RGB
CMYK
RGB Variations
Color information
#71242A (or 0x71242A) is known color: Red Berry. HEX triplet: 71, 24 and 2A. RGB value is (113,36,42). Sum of RGB (Red+Green+Blue) = 113+36+42=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #71242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71242A is #8EDBD5. Grayscale: #3B3B3B. Windows color (decimal): -9362390 or 2761841. OLE color: 2761841.
HSL color Cylindrical-coordinate representation of color #71242A: hue angle of 355.32º 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 #71242A is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 36 | 42 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.56 |
| HSL | 355.32º | 0.52% | 0.29% | - |
| HSV(B) | 355.32º | 0.68% | 0.44% | - |
| XYZ | 7.86 | 4.94 | 2.73 | - |
| YUV | 59.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 42 | 0 | 0.68 | 0.63 | 0.56 | 355.32 | 0.52 | 0.29 |
| Hex | 71 | 24 | 2A | 0 | 44 | 3F | 38 | 163 | 34 | 1D |
| Octal | 161 | 44 | 52 | 0 | 104 | 77 | 70 | 543 | 64 | 35 |
| Binary | 1110001 | 100100 | 101010 | 0 | 1000100 | 111111 | 111000 | 101100011 | 110100 | 11101 |
Color Harmonies of #71242A
Complementary color
Monochromatic Colors of #71242A
Black with #71242A
Text Example
Text Example
White with #71242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71242A; }
p { color: rgb(113,36,42); }
H1.HeaderClassName
{
color: #71242A;
}
.AnyTagClassName
{
color: #71242A;
}
</style>
background-color css
<style>
a { background-color: #71242A; }
a { background-color: rgb(113,36,42); }
div.DivClassName
{
background-color: #71242A;
}
.BgClassName
{
background-color: #71242A;
}
</style>
border-color css
<style>
span { border-color: #71242A; }
span { border-color: rgb(113,36,42); }
td.TdClassName
{
border-color: #71242A;
}
.TagClassName
{
border-color: #71242A;
}
</style>