Shades of Red Berry #741629
Tints of Red Berry #741629
RGB
CMYK
RGB Variations
Color information
#741629 (or 0x741629) is known color: Red Berry. HEX triplet: 74, 16 and 29. RGB value is (116,22,41). Sum of RGB (Red+Green+Blue) = 116+22+41=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #741629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741629 is #8BE9D6. Grayscale: #343434. Windows color (decimal): -9169367 or 2692724. OLE color: 2692724.
HSL color Cylindrical-coordinate representation of color #741629: hue angle of 347.87º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741629 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 22 | 41 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.55 |
| HSL | 347.87º | 0.68% | 0.27% | - |
| HSV(B) | 347.87º | 0.81% | 0.45% | - |
| XYZ | 7.89 | 4.45 | 2.54 | - |
| YUV | 52.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 41 | 0 | 0.81 | 0.65 | 0.55 | 347.87 | 0.68 | 0.27 |
| Hex | 74 | 16 | 29 | 0 | 51 | 41 | 37 | 15C | 44 | 1B |
| Octal | 164 | 26 | 51 | 0 | 121 | 101 | 67 | 534 | 104 | 33 |
| Binary | 1110100 | 10110 | 101001 | 0 | 1010001 | 1000001 | 110111 | 101011100 | 1000100 | 11011 |
Color Harmonies of #741629
Complementary color
Monochromatic Colors of #741629
Black with #741629
Text Example
Text Example
White with #741629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741629; }
p { color: rgb(116,22,41); }
H1.HeaderClassName
{
color: #741629;
}
.AnyTagClassName
{
color: #741629;
}
</style>
background-color css
<style>
a { background-color: #741629; }
a { background-color: rgb(116,22,41); }
div.DivClassName
{
background-color: #741629;
}
.BgClassName
{
background-color: #741629;
}
</style>
border-color css
<style>
span { border-color: #741629; }
span { border-color: rgb(116,22,41); }
td.TdClassName
{
border-color: #741629;
}
.TagClassName
{
border-color: #741629;
}
</style>