Shades of Red Berry #741A2A
Tints of Red Berry #741A2A
RGB
CMYK
RGB Variations
Color information
#741A2A (or 0x741A2A) is known color: Red Berry. HEX triplet: 74, 1A and 2A. RGB value is (116,26,42). Sum of RGB (Red+Green+Blue) = 116+26+42=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #741A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A2A is #8BE5D5. Grayscale: #363636. Windows color (decimal): -9168342 or 2759284. OLE color: 2759284.
HSL color Cylindrical-coordinate representation of color #741A2A: hue angle of 349.33º 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 #741A2A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 42 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.55 |
| HSL | 349.33º | 0.63% | 0.28% | - |
| HSV(B) | 349.33º | 0.78% | 0.45% | - |
| XYZ | 7.99 | 4.62 | 2.66 | - |
| YUV | 54.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 42 | 0 | 0.78 | 0.64 | 0.55 | 349.33 | 0.63 | 0.28 |
| Hex | 74 | 1A | 2A | 0 | 4E | 40 | 37 | 15D | 3F | 1C |
| Octal | 164 | 32 | 52 | 0 | 116 | 100 | 67 | 535 | 77 | 34 |
| Binary | 1110100 | 11010 | 101010 | 0 | 1001110 | 1000000 | 110111 | 101011101 | 111111 | 11100 |
Color Harmonies of #741A2A
Complementary color
Monochromatic Colors of #741A2A
Black with #741A2A
Text Example
Text Example
White with #741A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A2A; }
p { color: rgb(116,26,42); }
H1.HeaderClassName
{
color: #741A2A;
}
.AnyTagClassName
{
color: #741A2A;
}
</style>
background-color css
<style>
a { background-color: #741A2A; }
a { background-color: rgb(116,26,42); }
div.DivClassName
{
background-color: #741A2A;
}
.BgClassName
{
background-color: #741A2A;
}
</style>
border-color css
<style>
span { border-color: #741A2A; }
span { border-color: rgb(116,26,42); }
td.TdClassName
{
border-color: #741A2A;
}
.TagClassName
{
border-color: #741A2A;
}
</style>