Shades of Red Berry #741128
Tints of Red Berry #741128
RGB
CMYK
RGB Variations
Color information
#741128 (or 0x741128) is known color: Red Berry. HEX triplet: 74, 11 and 28. RGB value is (116,17,40). Sum of RGB (Red+Green+Blue) = 116+17+40=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #741128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741128 is #8BEED7. Grayscale: #313131. Windows color (decimal): -9170648 or 2625908. OLE color: 2625908.
HSL color Cylindrical-coordinate representation of color #741128: hue angle of 346.06º 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 #741128 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 40 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.55 |
| HSL | 346.06º | 0.74% | 0.26% | - |
| HSV(B) | 346.06º | 0.85% | 0.45% | - |
| XYZ | 7.79 | 4.27 | 2.42 | - |
| YUV | 49.22 | 122.8 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 40 | 0 | 0.85 | 0.66 | 0.55 | 346.06 | 0.74 | 0.26 |
| Hex | 74 | 11 | 28 | 0 | 55 | 42 | 37 | 15A | 4A | 1A |
| Octal | 164 | 21 | 50 | 0 | 125 | 102 | 67 | 532 | 112 | 32 |
| Binary | 1110100 | 10001 | 101000 | 0 | 1010101 | 1000010 | 110111 | 101011010 | 1001010 | 11010 |
Color Harmonies of #741128
Complementary color
Monochromatic Colors of #741128
Black with #741128
Text Example
Text Example
White with #741128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741128; }
p { color: rgb(116,17,40); }
H1.HeaderClassName
{
color: #741128;
}
.AnyTagClassName
{
color: #741128;
}
</style>
background-color css
<style>
a { background-color: #741128; }
a { background-color: rgb(116,17,40); }
div.DivClassName
{
background-color: #741128;
}
.BgClassName
{
background-color: #741128;
}
</style>
border-color css
<style>
span { border-color: #741128; }
span { border-color: rgb(116,17,40); }
td.TdClassName
{
border-color: #741128;
}
.TagClassName
{
border-color: #741128;
}
</style>