Shades of Red Berry #731D25
Tints of Red Berry #731D25
RGB
CMYK
RGB Variations
Color information
#731D25 (or 0x731D25) is known color: Red Berry. HEX triplet: 73, 1D and 25. RGB value is (115,29,37). Sum of RGB (Red+Green+Blue) = 115+29+37=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #731D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D25 is #8CE2DA. Grayscale: #373737. Windows color (decimal): -9233115 or 2432371. OLE color: 2432371.
HSL color Cylindrical-coordinate representation of color #731D25: hue angle of 354.42º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D25 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 37 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.55 |
| HSL | 354.42º | 0.6% | 0.28% | - |
| HSV(B) | 354.42º | 0.75% | 0.45% | - |
| XYZ | 7.84 | 4.66 | 2.24 | - |
| YUV | 55.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 37 | 0 | 0.75 | 0.68 | 0.55 | 354.42 | 0.6 | 0.28 |
| Hex | 73 | 1D | 25 | 0 | 4B | 44 | 37 | 162 | 3C | 1C |
| Octal | 163 | 35 | 45 | 0 | 113 | 104 | 67 | 542 | 74 | 34 |
| Binary | 1110011 | 11101 | 100101 | 0 | 1001011 | 1000100 | 110111 | 101100010 | 111100 | 11100 |
Color Harmonies of #731D25
Complementary color
Monochromatic Colors of #731D25
Black with #731D25
Text Example
Text Example
White with #731D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D25; }
p { color: rgb(115,29,37); }
H1.HeaderClassName
{
color: #731D25;
}
.AnyTagClassName
{
color: #731D25;
}
</style>
background-color css
<style>
a { background-color: #731D25; }
a { background-color: rgb(115,29,37); }
div.DivClassName
{
background-color: #731D25;
}
.BgClassName
{
background-color: #731D25;
}
</style>
border-color css
<style>
span { border-color: #731D25; }
span { border-color: rgb(115,29,37); }
td.TdClassName
{
border-color: #731D25;
}
.TagClassName
{
border-color: #731D25;
}
</style>