Shades of Red Berry #741114
Tints of Red Berry #741114
RGB
CMYK
RGB Variations
Color information
#741114 (or 0x741114) is known color: Red Berry. HEX triplet: 74, 11 and 14. RGB value is (116,17,20). Sum of RGB (Red+Green+Blue) = 116+17+20=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #741114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741114 is #8BEEEB. Grayscale: #2F2F2F. Windows color (decimal): -9170668 or 1315188. OLE color: 1315188.
HSL color Cylindrical-coordinate representation of color #741114: hue angle of 358.18º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741114 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 20 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.55 |
| HSL | 358.18º | 0.74% | 0.26% | - |
| HSV(B) | 358.18º | 0.85% | 0.45% | - |
| XYZ | 7.53 | 4.16 | 1.07 | - |
| YUV | 46.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 20 | 0 | 0.85 | 0.83 | 0.55 | 358.18 | 0.74 | 0.26 |
| Hex | 74 | 11 | 14 | 0 | 55 | 53 | 37 | 166 | 4A | 1A |
| Octal | 164 | 21 | 24 | 0 | 125 | 123 | 67 | 546 | 112 | 32 |
| Binary | 1110100 | 10001 | 10100 | 0 | 1010101 | 1010011 | 110111 | 101100110 | 1001010 | 11010 |
Color Harmonies of #741114
Complementary color
Monochromatic Colors of #741114
Black with #741114
Text Example
Text Example
White with #741114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741114; }
p { color: rgb(116,17,20); }
H1.HeaderClassName
{
color: #741114;
}
.AnyTagClassName
{
color: #741114;
}
</style>
background-color css
<style>
a { background-color: #741114; }
a { background-color: rgb(116,17,20); }
div.DivClassName
{
background-color: #741114;
}
.BgClassName
{
background-color: #741114;
}
</style>
border-color css
<style>
span { border-color: #741114; }
span { border-color: rgb(116,17,20); }
td.TdClassName
{
border-color: #741114;
}
.TagClassName
{
border-color: #741114;
}
</style>