Shades of Red Berry #711424
Tints of Red Berry #711424
RGB
CMYK
RGB Variations
Color information
#711424 (or 0x711424) is known color: Red Berry. HEX triplet: 71, 14 and 24. RGB value is (113,20,36). Sum of RGB (Red+Green+Blue) = 113+20+36=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #711424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711424 is #8EEBDB. Grayscale: #313131. Windows color (decimal): -9366492 or 2364529. OLE color: 2364529.
HSL color Cylindrical-coordinate representation of color #711424: hue angle of 349.68º 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 #711424 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 20 | 36 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.56 |
| HSL | 349.68º | 0.7% | 0.26% | - |
| HSV(B) | 349.68º | 0.82% | 0.44% | - |
| XYZ | 7.38 | 4.14 | 2.08 | - |
| YUV | 49.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 36 | 0 | 0.82 | 0.68 | 0.56 | 349.68 | 0.7 | 0.26 |
| Hex | 71 | 14 | 24 | 0 | 52 | 44 | 38 | 15E | 46 | 1A |
| Octal | 161 | 24 | 44 | 0 | 122 | 104 | 70 | 536 | 106 | 32 |
| Binary | 1110001 | 10100 | 100100 | 0 | 1010010 | 1000100 | 111000 | 101011110 | 1000110 | 11010 |
Color Harmonies of #711424
Complementary color
Monochromatic Colors of #711424
Black with #711424
Text Example
Text Example
White with #711424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711424; }
p { color: rgb(113,20,36); }
H1.HeaderClassName
{
color: #711424;
}
.AnyTagClassName
{
color: #711424;
}
</style>
background-color css
<style>
a { background-color: #711424; }
a { background-color: rgb(113,20,36); }
div.DivClassName
{
background-color: #711424;
}
.BgClassName
{
background-color: #711424;
}
</style>
border-color css
<style>
span { border-color: #711424; }
span { border-color: rgb(113,20,36); }
td.TdClassName
{
border-color: #711424;
}
.TagClassName
{
border-color: #711424;
}
</style>