Shades of Red Berry #741B2C
Tints of Red Berry #741B2C
RGB
CMYK
RGB Variations
Color information
#741B2C (or 0x741B2C) is known color: Red Berry. HEX triplet: 74, 1B and 2C. RGB value is (116,27,44). Sum of RGB (Red+Green+Blue) = 116+27+44=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #741B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B2C is #8BE4D3. Grayscale: #373737. Windows color (decimal): -9168084 or 2890612. OLE color: 2890612.
HSL color Cylindrical-coordinate representation of color #741B2C: hue angle of 348.54º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741B2C is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 44 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.55 |
| HSL | 348.54º | 0.62% | 0.28% | - |
| HSV(B) | 348.54º | 0.77% | 0.45% | - |
| XYZ | 8.05 | 4.68 | 2.86 | - |
| YUV | 55.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 44 | 0 | 0.77 | 0.62 | 0.55 | 348.54 | 0.62 | 0.28 |
| Hex | 74 | 1B | 2C | 0 | 4D | 3E | 37 | 15D | 3E | 1C |
| Octal | 164 | 33 | 54 | 0 | 115 | 76 | 67 | 535 | 76 | 34 |
| Binary | 1110100 | 11011 | 101100 | 0 | 1001101 | 111110 | 110111 | 101011101 | 111110 | 11100 |
Color Harmonies of #741B2C
Complementary color
Monochromatic Colors of #741B2C
Black with #741B2C
Text Example
Text Example
White with #741B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B2C; }
p { color: rgb(116,27,44); }
H1.HeaderClassName
{
color: #741B2C;
}
.AnyTagClassName
{
color: #741B2C;
}
</style>
background-color css
<style>
a { background-color: #741B2C; }
a { background-color: rgb(116,27,44); }
div.DivClassName
{
background-color: #741B2C;
}
.BgClassName
{
background-color: #741B2C;
}
</style>
border-color css
<style>
span { border-color: #741B2C; }
span { border-color: rgb(116,27,44); }
td.TdClassName
{
border-color: #741B2C;
}
.TagClassName
{
border-color: #741B2C;
}
</style>