Shades of Red Berry #741113
Tints of Red Berry #741113
RGB
CMYK
RGB Variations
Color information
#741113 (or 0x741113) is known color: Red Berry. HEX triplet: 74, 11 and 13. RGB value is (116,17,19). Sum of RGB (Red+Green+Blue) = 116+17+19=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #741113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741113 is #8BEEEC. Grayscale: #2E2E2E. Windows color (decimal): -9170669 or 1249652. OLE color: 1249652.
HSL color Cylindrical-coordinate representation of color #741113: hue angle of 358.79º 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 #741113 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 19 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.55 |
| HSL | 358.79º | 0.74% | 0.26% | - |
| HSV(B) | 358.79º | 0.85% | 0.45% | - |
| XYZ | 7.52 | 4.16 | 1.02 | - |
| YUV | 46.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 19 | 0 | 0.85 | 0.84 | 0.55 | 358.79 | 0.74 | 0.26 |
| Hex | 74 | 11 | 13 | 0 | 55 | 54 | 37 | 167 | 4A | 1A |
| Octal | 164 | 21 | 23 | 0 | 125 | 124 | 67 | 547 | 112 | 32 |
| Binary | 1110100 | 10001 | 10011 | 0 | 1010101 | 1010100 | 110111 | 101100111 | 1001010 | 11010 |
Color Harmonies of #741113
Complementary color
Monochromatic Colors of #741113
Black with #741113
Text Example
Text Example
White with #741113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741113; }
p { color: rgb(116,17,19); }
H1.HeaderClassName
{
color: #741113;
}
.AnyTagClassName
{
color: #741113;
}
</style>
background-color css
<style>
a { background-color: #741113; }
a { background-color: rgb(116,17,19); }
div.DivClassName
{
background-color: #741113;
}
.BgClassName
{
background-color: #741113;
}
</style>
border-color css
<style>
span { border-color: #741113; }
span { border-color: rgb(116,17,19); }
td.TdClassName
{
border-color: #741113;
}
.TagClassName
{
border-color: #741113;
}
</style>