Shades of Red Berry #731A20
Tints of Red Berry #731A20
RGB
CMYK
RGB Variations
Color information
#731A20 (or 0x731A20) is known color: Red Berry. HEX triplet: 73, 1A and 20. RGB value is (115,26,32). Sum of RGB (Red+Green+Blue) = 115+26+32=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #731A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A20 is #8CE5DF. Grayscale: #353535. Windows color (decimal): -9233888 or 2103923. OLE color: 2103923.
HSL color Cylindrical-coordinate representation of color #731A20: hue angle of 355.96º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731A20 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 26 | 32 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.55 |
| HSL | 355.96º | 0.63% | 0.28% | - |
| HSV(B) | 355.96º | 0.77% | 0.45% | - |
| XYZ | 7.7 | 4.49 | 1.83 | - |
| YUV | 53.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 32 | 0 | 0.77 | 0.72 | 0.55 | 355.96 | 0.63 | 0.28 |
| Hex | 73 | 1A | 20 | 0 | 4D | 48 | 37 | 164 | 3F | 1C |
| Octal | 163 | 32 | 40 | 0 | 115 | 110 | 67 | 544 | 77 | 34 |
| Binary | 1110011 | 11010 | 100000 | 0 | 1001101 | 1001000 | 110111 | 101100100 | 111111 | 11100 |
Color Harmonies of #731A20
Complementary color
Monochromatic Colors of #731A20
Black with #731A20
Text Example
Text Example
White with #731A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731A20; }
p { color: rgb(115,26,32); }
H1.HeaderClassName
{
color: #731A20;
}
.AnyTagClassName
{
color: #731A20;
}
</style>
background-color css
<style>
a { background-color: #731A20; }
a { background-color: rgb(115,26,32); }
div.DivClassName
{
background-color: #731A20;
}
.BgClassName
{
background-color: #731A20;
}
</style>
border-color css
<style>
span { border-color: #731A20; }
span { border-color: rgb(115,26,32); }
td.TdClassName
{
border-color: #731A20;
}
.TagClassName
{
border-color: #731A20;
}
</style>