Shades of Red Berry #741C20
Tints of Red Berry #741C20
RGB
CMYK
RGB Variations
Color information
#741C20 (or 0x741C20) is known color: Red Berry. HEX triplet: 74, 1C and 20. RGB value is (116,28,32). Sum of RGB (Red+Green+Blue) = 116+28+32=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #741C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C20 is #8BE3DF. Grayscale: #363636. Windows color (decimal): -9167840 or 2104436. OLE color: 2104436.
HSL color Cylindrical-coordinate representation of color #741C20: hue angle of 357.27º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741C20 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 32 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.55 |
| HSL | 357.27º | 0.61% | 0.28% | - |
| HSV(B) | 357.27º | 0.76% | 0.45% | - |
| XYZ | 7.88 | 4.65 | 1.85 | - |
| YUV | 54.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 32 | 0 | 0.76 | 0.72 | 0.55 | 357.27 | 0.61 | 0.28 |
| Hex | 74 | 1C | 20 | 0 | 4C | 48 | 37 | 165 | 3D | 1C |
| Octal | 164 | 34 | 40 | 0 | 114 | 110 | 67 | 545 | 75 | 34 |
| Binary | 1110100 | 11100 | 100000 | 0 | 1001100 | 1001000 | 110111 | 101100101 | 111101 | 11100 |
Color Harmonies of #741C20
Complementary color
Monochromatic Colors of #741C20
Black with #741C20
Text Example
Text Example
White with #741C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C20; }
p { color: rgb(116,28,32); }
H1.HeaderClassName
{
color: #741C20;
}
.AnyTagClassName
{
color: #741C20;
}
</style>
background-color css
<style>
a { background-color: #741C20; }
a { background-color: rgb(116,28,32); }
div.DivClassName
{
background-color: #741C20;
}
.BgClassName
{
background-color: #741C20;
}
</style>
border-color css
<style>
span { border-color: #741C20; }
span { border-color: rgb(116,28,32); }
td.TdClassName
{
border-color: #741C20;
}
.TagClassName
{
border-color: #741C20;
}
</style>