Shades of Red Berry #741A2B
Tints of Red Berry #741A2B
RGB
CMYK
RGB Variations
Color information
#741A2B (or 0x741A2B) is known color: Red Berry. HEX triplet: 74, 1A and 2B. RGB value is (116,26,43). Sum of RGB (Red+Green+Blue) = 116+26+43=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #741A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A2B is #8BE5D4. Grayscale: #363636. Windows color (decimal): -9168341 or 2824820. OLE color: 2824820.
HSL color Cylindrical-coordinate representation of color #741A2B: hue angle of 348.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A2B is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 43 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.55 |
| HSL | 348.67º | 0.63% | 0.28% | - |
| HSV(B) | 348.67º | 0.78% | 0.45% | - |
| XYZ | 8.01 | 4.63 | 2.76 | - |
| YUV | 54.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 43 | 0 | 0.78 | 0.63 | 0.55 | 348.67 | 0.63 | 0.28 |
| Hex | 74 | 1A | 2B | 0 | 4E | 3F | 37 | 15D | 3F | 1C |
| Octal | 164 | 32 | 53 | 0 | 116 | 77 | 67 | 535 | 77 | 34 |
| Binary | 1110100 | 11010 | 101011 | 0 | 1001110 | 111111 | 110111 | 101011101 | 111111 | 11100 |
Color Harmonies of #741A2B
Complementary color
Monochromatic Colors of #741A2B
Black with #741A2B
Text Example
Text Example
White with #741A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A2B; }
p { color: rgb(116,26,43); }
H1.HeaderClassName
{
color: #741A2B;
}
.AnyTagClassName
{
color: #741A2B;
}
</style>
background-color css
<style>
a { background-color: #741A2B; }
a { background-color: rgb(116,26,43); }
div.DivClassName
{
background-color: #741A2B;
}
.BgClassName
{
background-color: #741A2B;
}
</style>
border-color css
<style>
span { border-color: #741A2B; }
span { border-color: rgb(116,26,43); }
td.TdClassName
{
border-color: #741A2B;
}
.TagClassName
{
border-color: #741A2B;
}
</style>