Shades of Red Berry #731C20
Tints of Red Berry #731C20
RGB
CMYK
RGB Variations
Color information
#731C20 (or 0x731C20) is known color: Red Berry. HEX triplet: 73, 1C and 20. RGB value is (115,28,32). Sum of RGB (Red+Green+Blue) = 115+28+32=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #731C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C20 is #8CE3DF. Grayscale: #363636. Windows color (decimal): -9233376 or 2104435. OLE color: 2104435.
HSL color Cylindrical-coordinate representation of color #731C20: hue angle of 357.24º 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 #731C20 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 32 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.55 |
| HSL | 357.24º | 0.61% | 0.28% | - |
| HSV(B) | 357.24º | 0.76% | 0.45% | - |
| XYZ | 7.75 | 4.58 | 1.84 | - |
| YUV | 54.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 32 | 0 | 0.76 | 0.72 | 0.55 | 357.24 | 0.61 | 0.28 |
| Hex | 73 | 1C | 20 | 0 | 4C | 48 | 37 | 165 | 3D | 1C |
| Octal | 163 | 34 | 40 | 0 | 114 | 110 | 67 | 545 | 75 | 34 |
| Binary | 1110011 | 11100 | 100000 | 0 | 1001100 | 1001000 | 110111 | 101100101 | 111101 | 11100 |
Color Harmonies of #731C20
Complementary color
Monochromatic Colors of #731C20
Black with #731C20
Text Example
Text Example
White with #731C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C20; }
p { color: rgb(115,28,32); }
H1.HeaderClassName
{
color: #731C20;
}
.AnyTagClassName
{
color: #731C20;
}
</style>
background-color css
<style>
a { background-color: #731C20; }
a { background-color: rgb(115,28,32); }
div.DivClassName
{
background-color: #731C20;
}
.BgClassName
{
background-color: #731C20;
}
</style>
border-color css
<style>
span { border-color: #731C20; }
span { border-color: rgb(115,28,32); }
td.TdClassName
{
border-color: #731C20;
}
.TagClassName
{
border-color: #731C20;
}
</style>