Shades of Red Berry #741926
Tints of Red Berry #741926
RGB
CMYK
RGB Variations
Color information
#741926 (or 0x741926) is known color: Red Berry. HEX triplet: 74, 19 and 26. RGB value is (116,25,38). Sum of RGB (Red+Green+Blue) = 116+25+38=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #741926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741926 is #8BE6D9. Grayscale: #353535. Windows color (decimal): -9168602 or 2496884. OLE color: 2496884.
HSL color Cylindrical-coordinate representation of color #741926: hue angle of 351.43º degrees, saturation: 0.65, 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 #741926 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 25 | 38 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.55 |
| HSL | 351.43º | 0.65% | 0.28% | - |
| HSV(B) | 351.43º | 0.78% | 0.45% | - |
| XYZ | 7.9 | 4.55 | 2.3 | - |
| YUV | 53.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 38 | 0 | 0.78 | 0.67 | 0.55 | 351.43 | 0.65 | 0.28 |
| Hex | 74 | 19 | 26 | 0 | 4E | 43 | 37 | 15F | 41 | 1C |
| Octal | 164 | 31 | 46 | 0 | 116 | 103 | 67 | 537 | 101 | 34 |
| Binary | 1110100 | 11001 | 100110 | 0 | 1001110 | 1000011 | 110111 | 101011111 | 1000001 | 11100 |
Color Harmonies of #741926
Complementary color
Monochromatic Colors of #741926
Black with #741926
Text Example
Text Example
White with #741926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741926; }
p { color: rgb(116,25,38); }
H1.HeaderClassName
{
color: #741926;
}
.AnyTagClassName
{
color: #741926;
}
</style>
background-color css
<style>
a { background-color: #741926; }
a { background-color: rgb(116,25,38); }
div.DivClassName
{
background-color: #741926;
}
.BgClassName
{
background-color: #741926;
}
</style>
border-color css
<style>
span { border-color: #741926; }
span { border-color: rgb(116,25,38); }
td.TdClassName
{
border-color: #741926;
}
.TagClassName
{
border-color: #741926;
}
</style>