Shades of Red Berry #731721
Tints of Red Berry #731721
RGB
CMYK
RGB Variations
Color information
#731721 (or 0x731721) is known color: Red Berry. HEX triplet: 73, 17 and 21. RGB value is (115,23,33). Sum of RGB (Red+Green+Blue) = 115+23+33=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #731721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731721 is #8CE8DE. Grayscale: #333333. Windows color (decimal): -9234655 or 2168691. OLE color: 2168691.
HSL color Cylindrical-coordinate representation of color #731721: hue angle of 353.48º 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 #731721 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 33 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.55 |
| HSL | 353.48º | 0.67% | 0.27% | - |
| HSV(B) | 353.48º | 0.8% | 0.45% | - |
| XYZ | 7.65 | 4.37 | 1.88 | - |
| YUV | 51.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 33 | 0 | 0.80 | 0.71 | 0.55 | 353.48 | 0.67 | 0.27 |
| Hex | 73 | 17 | 21 | 0 | 50 | 47 | 37 | 161 | 43 | 1B |
| Octal | 163 | 27 | 41 | 0 | 120 | 107 | 67 | 541 | 103 | 33 |
| Binary | 1110011 | 10111 | 100001 | 0 | 1010000 | 1000111 | 110111 | 101100001 | 1000011 | 11011 |
Color Harmonies of #731721
Complementary color
Monochromatic Colors of #731721
Black with #731721
Text Example
Text Example
White with #731721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731721; }
p { color: rgb(115,23,33); }
H1.HeaderClassName
{
color: #731721;
}
.AnyTagClassName
{
color: #731721;
}
</style>
background-color css
<style>
a { background-color: #731721; }
a { background-color: rgb(115,23,33); }
div.DivClassName
{
background-color: #731721;
}
.BgClassName
{
background-color: #731721;
}
</style>
border-color css
<style>
span { border-color: #731721; }
span { border-color: rgb(115,23,33); }
td.TdClassName
{
border-color: #731721;
}
.TagClassName
{
border-color: #731721;
}
</style>