Shades of Red Berry #741925
Tints of Red Berry #741925
RGB
CMYK
RGB Variations
Color information
#741925 (or 0x741925) is known color: Red Berry. HEX triplet: 74, 19 and 25. RGB value is (116,25,37). Sum of RGB (Red+Green+Blue) = 116+25+37=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #741925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741925 is #8BE6DA. Grayscale: #353535. Windows color (decimal): -9168603 or 2431348. OLE color: 2431348.
HSL color Cylindrical-coordinate representation of color #741925: hue angle of 352.09º 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 #741925 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 25 | 37 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.55 |
| HSL | 352.09º | 0.65% | 0.28% | - |
| HSV(B) | 352.09º | 0.78% | 0.45% | - |
| XYZ | 7.88 | 4.54 | 2.21 | - |
| YUV | 53.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 37 | 0 | 0.78 | 0.68 | 0.55 | 352.09 | 0.65 | 0.28 |
| Hex | 74 | 19 | 25 | 0 | 4E | 44 | 37 | 160 | 41 | 1C |
| Octal | 164 | 31 | 45 | 0 | 116 | 104 | 67 | 540 | 101 | 34 |
| Binary | 1110100 | 11001 | 100101 | 0 | 1001110 | 1000100 | 110111 | 101100000 | 1000001 | 11100 |
Color Harmonies of #741925
Complementary color
Monochromatic Colors of #741925
Black with #741925
Text Example
Text Example
White with #741925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741925; }
p { color: rgb(116,25,37); }
H1.HeaderClassName
{
color: #741925;
}
.AnyTagClassName
{
color: #741925;
}
</style>
background-color css
<style>
a { background-color: #741925; }
a { background-color: rgb(116,25,37); }
div.DivClassName
{
background-color: #741925;
}
.BgClassName
{
background-color: #741925;
}
</style>
border-color css
<style>
span { border-color: #741925; }
span { border-color: rgb(116,25,37); }
td.TdClassName
{
border-color: #741925;
}
.TagClassName
{
border-color: #741925;
}
</style>