Shades of Red Berry #741529
Tints of Red Berry #741529
RGB
CMYK
RGB Variations
Color information
#741529 (or 0x741529) is known color: Red Berry. HEX triplet: 74, 15 and 29. RGB value is (116,21,41). Sum of RGB (Red+Green+Blue) = 116+21+41=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #741529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741529 is #8BEAD6. Grayscale: #333333. Windows color (decimal): -9169623 or 2692468. OLE color: 2692468.
HSL color Cylindrical-coordinate representation of color #741529: hue angle of 347.37º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741529 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 41 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.55 |
| HSL | 347.37º | 0.69% | 0.27% | - |
| HSV(B) | 347.37º | 0.82% | 0.45% | - |
| XYZ | 7.87 | 4.41 | 2.53 | - |
| YUV | 51.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 41 | 0 | 0.82 | 0.65 | 0.55 | 347.37 | 0.69 | 0.27 |
| Hex | 74 | 15 | 29 | 0 | 52 | 41 | 37 | 15B | 45 | 1B |
| Octal | 164 | 25 | 51 | 0 | 122 | 101 | 67 | 533 | 105 | 33 |
| Binary | 1110100 | 10101 | 101001 | 0 | 1010010 | 1000001 | 110111 | 101011011 | 1000101 | 11011 |
Color Harmonies of #741529
Complementary color
Monochromatic Colors of #741529
Black with #741529
Text Example
Text Example
White with #741529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741529; }
p { color: rgb(116,21,41); }
H1.HeaderClassName
{
color: #741529;
}
.AnyTagClassName
{
color: #741529;
}
</style>
background-color css
<style>
a { background-color: #741529; }
a { background-color: rgb(116,21,41); }
div.DivClassName
{
background-color: #741529;
}
.BgClassName
{
background-color: #741529;
}
</style>
border-color css
<style>
span { border-color: #741529; }
span { border-color: rgb(116,21,41); }
td.TdClassName
{
border-color: #741529;
}
.TagClassName
{
border-color: #741529;
}
</style>