Shades of Red Berry #731725
Tints of Red Berry #731725
RGB
CMYK
RGB Variations
Color information
#731725 (or 0x731725) is known color: Red Berry. HEX triplet: 73, 17 and 25. RGB value is (115,23,37). Sum of RGB (Red+Green+Blue) = 115+23+37=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #731725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731725 is #8CE8DA. Grayscale: #343434. Windows color (decimal): -9234651 or 2430835. OLE color: 2430835.
HSL color Cylindrical-coordinate representation of color #731725: hue angle of 350.87º 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 #731725 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 37 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.55 |
| HSL | 350.87º | 0.67% | 0.27% | - |
| HSV(B) | 350.87º | 0.8% | 0.45% | - |
| XYZ | 7.71 | 4.39 | 2.19 | - |
| YUV | 52.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 37 | 0 | 0.80 | 0.68 | 0.55 | 350.87 | 0.67 | 0.27 |
| Hex | 73 | 17 | 25 | 0 | 50 | 44 | 37 | 15F | 43 | 1B |
| Octal | 163 | 27 | 45 | 0 | 120 | 104 | 67 | 537 | 103 | 33 |
| Binary | 1110011 | 10111 | 100101 | 0 | 1010000 | 1000100 | 110111 | 101011111 | 1000011 | 11011 |
Color Harmonies of #731725
Complementary color
Monochromatic Colors of #731725
Black with #731725
Text Example
Text Example
White with #731725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731725; }
p { color: rgb(115,23,37); }
H1.HeaderClassName
{
color: #731725;
}
.AnyTagClassName
{
color: #731725;
}
</style>
background-color css
<style>
a { background-color: #731725; }
a { background-color: rgb(115,23,37); }
div.DivClassName
{
background-color: #731725;
}
.BgClassName
{
background-color: #731725;
}
</style>
border-color css
<style>
span { border-color: #731725; }
span { border-color: rgb(115,23,37); }
td.TdClassName
{
border-color: #731725;
}
.TagClassName
{
border-color: #731725;
}
</style>