Shades of Red Berry #731523
Tints of Red Berry #731523
RGB
CMYK
RGB Variations
Color information
#731523 (or 0x731523) is known color: Red Berry. HEX triplet: 73, 15 and 23. RGB value is (115,21,35). Sum of RGB (Red+Green+Blue) = 115+21+35=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #731523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731523 is #8CEADC. Grayscale: #323232. Windows color (decimal): -9235165 or 2299251. OLE color: 2299251.
HSL color Cylindrical-coordinate representation of color #731523: hue angle of 351.06º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731523 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 21 | 35 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.55 |
| HSL | 351.06º | 0.69% | 0.27% | - |
| HSV(B) | 351.06º | 0.82% | 0.45% | - |
| XYZ | 7.64 | 4.3 | 2.02 | - |
| YUV | 50.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 35 | 0 | 0.82 | 0.70 | 0.55 | 351.06 | 0.69 | 0.27 |
| Hex | 73 | 15 | 23 | 0 | 52 | 46 | 37 | 15F | 45 | 1B |
| Octal | 163 | 25 | 43 | 0 | 122 | 106 | 67 | 537 | 105 | 33 |
| Binary | 1110011 | 10101 | 100011 | 0 | 1010010 | 1000110 | 110111 | 101011111 | 1000101 | 11011 |
Color Harmonies of #731523
Complementary color
Monochromatic Colors of #731523
Black with #731523
Text Example
Text Example
White with #731523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731523; }
p { color: rgb(115,21,35); }
H1.HeaderClassName
{
color: #731523;
}
.AnyTagClassName
{
color: #731523;
}
</style>
background-color css
<style>
a { background-color: #731523; }
a { background-color: rgb(115,21,35); }
div.DivClassName
{
background-color: #731523;
}
.BgClassName
{
background-color: #731523;
}
</style>
border-color css
<style>
span { border-color: #731523; }
span { border-color: rgb(115,21,35); }
td.TdClassName
{
border-color: #731523;
}
.TagClassName
{
border-color: #731523;
}
</style>