Shades of Red Berry #741725
Tints of Red Berry #741725
RGB
CMYK
RGB Variations
Color information
#741725 (or 0x741725) is known color: Red Berry. HEX triplet: 74, 17 and 25. RGB value is (116,23,37). Sum of RGB (Red+Green+Blue) = 116+23+37=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #741725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741725 is #8BE8DA. Grayscale: #343434. Windows color (decimal): -9169115 or 2430836. OLE color: 2430836.
HSL color Cylindrical-coordinate representation of color #741725: hue angle of 350.97º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741725 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 23 | 37 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.55 |
| HSL | 350.97º | 0.67% | 0.27% | - |
| HSV(B) | 350.97º | 0.8% | 0.45% | - |
| XYZ | 7.84 | 4.46 | 2.2 | - |
| YUV | 52.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 37 | 0 | 0.80 | 0.68 | 0.55 | 350.97 | 0.67 | 0.27 |
| Hex | 74 | 17 | 25 | 0 | 50 | 44 | 37 | 15F | 43 | 1B |
| Octal | 164 | 27 | 45 | 0 | 120 | 104 | 67 | 537 | 103 | 33 |
| Binary | 1110100 | 10111 | 100101 | 0 | 1010000 | 1000100 | 110111 | 101011111 | 1000011 | 11011 |
Color Harmonies of #741725
Complementary color
Monochromatic Colors of #741725
Black with #741725
Text Example
Text Example
White with #741725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741725; }
p { color: rgb(116,23,37); }
H1.HeaderClassName
{
color: #741725;
}
.AnyTagClassName
{
color: #741725;
}
</style>
background-color css
<style>
a { background-color: #741725; }
a { background-color: rgb(116,23,37); }
div.DivClassName
{
background-color: #741725;
}
.BgClassName
{
background-color: #741725;
}
</style>
border-color css
<style>
span { border-color: #741725; }
span { border-color: rgb(116,23,37); }
td.TdClassName
{
border-color: #741725;
}
.TagClassName
{
border-color: #741725;
}
</style>