Shades of Red Berry #741117
Tints of Red Berry #741117
RGB
CMYK
RGB Variations
Color information
#741117 (or 0x741117) is known color: Red Berry. HEX triplet: 74, 11 and 17. RGB value is (116,17,23). Sum of RGB (Red+Green+Blue) = 116+17+23=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #741117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741117 is #8BEEE8. Grayscale: #2F2F2F. Windows color (decimal): -9170665 or 1511796. OLE color: 1511796.
HSL color Cylindrical-coordinate representation of color #741117: hue angle of 356.36º 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 #741117 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 23 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.55 |
| HSL | 356.36º | 0.74% | 0.26% | - |
| HSV(B) | 356.36º | 0.85% | 0.45% | - |
| XYZ | 7.56 | 4.18 | 1.22 | - |
| YUV | 47.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 23 | 0 | 0.85 | 0.80 | 0.55 | 356.36 | 0.74 | 0.26 |
| Hex | 74 | 11 | 17 | 0 | 55 | 50 | 37 | 164 | 4A | 1A |
| Octal | 164 | 21 | 27 | 0 | 125 | 120 | 67 | 544 | 112 | 32 |
| Binary | 1110100 | 10001 | 10111 | 0 | 1010101 | 1010000 | 110111 | 101100100 | 1001010 | 11010 |
Color Harmonies of #741117
Complementary color
Monochromatic Colors of #741117
Black with #741117
Text Example
Text Example
White with #741117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741117; }
p { color: rgb(116,17,23); }
H1.HeaderClassName
{
color: #741117;
}
.AnyTagClassName
{
color: #741117;
}
</style>
background-color css
<style>
a { background-color: #741117; }
a { background-color: rgb(116,17,23); }
div.DivClassName
{
background-color: #741117;
}
.BgClassName
{
background-color: #741117;
}
</style>
border-color css
<style>
span { border-color: #741117; }
span { border-color: rgb(116,17,23); }
td.TdClassName
{
border-color: #741117;
}
.TagClassName
{
border-color: #741117;
}
</style>