Shades of Red Berry #741121
Tints of Red Berry #741121
RGB
CMYK
RGB Variations
Color information
#741121 (or 0x741121) is known color: Red Berry. HEX triplet: 74, 11 and 21. RGB value is (116,17,33). Sum of RGB (Red+Green+Blue) = 116+17+33=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #741121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741121 is #8BEEDE. Grayscale: #303030. Windows color (decimal): -9170655 or 2167156. OLE color: 2167156.
HSL color Cylindrical-coordinate representation of color #741121: hue angle of 350.3º 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 #741121 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 33 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.55 |
| HSL | 350.3º | 0.74% | 0.26% | - |
| HSV(B) | 350.3º | 0.85% | 0.45% | - |
| XYZ | 7.68 | 4.22 | 1.85 | - |
| YUV | 48.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 33 | 0 | 0.85 | 0.72 | 0.55 | 350.3 | 0.74 | 0.26 |
| Hex | 74 | 11 | 21 | 0 | 55 | 48 | 37 | 15E | 4A | 1A |
| Octal | 164 | 21 | 41 | 0 | 125 | 110 | 67 | 536 | 112 | 32 |
| Binary | 1110100 | 10001 | 100001 | 0 | 1010101 | 1001000 | 110111 | 101011110 | 1001010 | 11010 |
Color Harmonies of #741121
Complementary color
Monochromatic Colors of #741121
Black with #741121
Text Example
Text Example
White with #741121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741121; }
p { color: rgb(116,17,33); }
H1.HeaderClassName
{
color: #741121;
}
.AnyTagClassName
{
color: #741121;
}
</style>
background-color css
<style>
a { background-color: #741121; }
a { background-color: rgb(116,17,33); }
div.DivClassName
{
background-color: #741121;
}
.BgClassName
{
background-color: #741121;
}
</style>
border-color css
<style>
span { border-color: #741121; }
span { border-color: rgb(116,17,33); }
td.TdClassName
{
border-color: #741121;
}
.TagClassName
{
border-color: #741121;
}
</style>