Shades of Red Berry #741720
Tints of Red Berry #741720
RGB
CMYK
RGB Variations
Color information
#741720 (or 0x741720) is known color: Red Berry. HEX triplet: 74, 17 and 20. RGB value is (116,23,32). Sum of RGB (Red+Green+Blue) = 116+23+32=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #741720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741720 is #8BE8DF. Grayscale: #333333. Windows color (decimal): -9169120 or 2103156. OLE color: 2103156.
HSL color Cylindrical-coordinate representation of color #741720: hue angle of 354.19º 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 #741720 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 23 | 32 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.55 |
| HSL | 354.19º | 0.67% | 0.27% | - |
| HSV(B) | 354.19º | 0.8% | 0.45% | - |
| XYZ | 7.77 | 4.43 | 1.81 | - |
| YUV | 51.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 32 | 0 | 0.80 | 0.72 | 0.55 | 354.19 | 0.67 | 0.27 |
| Hex | 74 | 17 | 20 | 0 | 50 | 48 | 37 | 162 | 43 | 1B |
| Octal | 164 | 27 | 40 | 0 | 120 | 110 | 67 | 542 | 103 | 33 |
| Binary | 1110100 | 10111 | 100000 | 0 | 1010000 | 1001000 | 110111 | 101100010 | 1000011 | 11011 |
Color Harmonies of #741720
Complementary color
Monochromatic Colors of #741720
Black with #741720
Text Example
Text Example
White with #741720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741720; }
p { color: rgb(116,23,32); }
H1.HeaderClassName
{
color: #741720;
}
.AnyTagClassName
{
color: #741720;
}
</style>
background-color css
<style>
a { background-color: #741720; }
a { background-color: rgb(116,23,32); }
div.DivClassName
{
background-color: #741720;
}
.BgClassName
{
background-color: #741720;
}
</style>
border-color css
<style>
span { border-color: #741720; }
span { border-color: rgb(116,23,32); }
td.TdClassName
{
border-color: #741720;
}
.TagClassName
{
border-color: #741720;
}
</style>