Shades of Red Berry #741C29
Tints of Red Berry #741C29
RGB
CMYK
RGB Variations
Color information
#741C29 (or 0x741C29) is known color: Red Berry. HEX triplet: 74, 1C and 29. RGB value is (116,28,41). Sum of RGB (Red+Green+Blue) = 116+28+41=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #741C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C29 is #8BE3D6. Grayscale: #373737. Windows color (decimal): -9167831 or 2694260. OLE color: 2694260.
HSL color Cylindrical-coordinate representation of color #741C29: hue angle of 351.14º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741C29 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 41 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.55 |
| HSL | 351.14º | 0.61% | 0.28% | - |
| HSV(B) | 351.14º | 0.76% | 0.45% | - |
| XYZ | 8.02 | 4.7 | 2.58 | - |
| YUV | 55.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 41 | 0 | 0.76 | 0.65 | 0.55 | 351.14 | 0.61 | 0.28 |
| Hex | 74 | 1C | 29 | 0 | 4C | 41 | 37 | 15F | 3D | 1C |
| Octal | 164 | 34 | 51 | 0 | 114 | 101 | 67 | 537 | 75 | 34 |
| Binary | 1110100 | 11100 | 101001 | 0 | 1001100 | 1000001 | 110111 | 101011111 | 111101 | 11100 |
Color Harmonies of #741C29
Complementary color
Monochromatic Colors of #741C29
Black with #741C29
Text Example
Text Example
White with #741C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C29; }
p { color: rgb(116,28,41); }
H1.HeaderClassName
{
color: #741C29;
}
.AnyTagClassName
{
color: #741C29;
}
</style>
background-color css
<style>
a { background-color: #741C29; }
a { background-color: rgb(116,28,41); }
div.DivClassName
{
background-color: #741C29;
}
.BgClassName
{
background-color: #741C29;
}
</style>
border-color css
<style>
span { border-color: #741C29; }
span { border-color: rgb(116,28,41); }
td.TdClassName
{
border-color: #741C29;
}
.TagClassName
{
border-color: #741C29;
}
</style>