Shades of Red Berry #731323
Tints of Red Berry #731323
RGB
CMYK
RGB Variations
Color information
#731323 (or 0x731323) is known color: Red Berry. HEX triplet: 73, 13 and 23. RGB value is (115,19,35). Sum of RGB (Red+Green+Blue) = 115+19+35=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #731323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731323 is #8CECDC. Grayscale: #313131. Windows color (decimal): -9235677 or 2298739. OLE color: 2298739.
HSL color Cylindrical-coordinate representation of color #731323: hue angle of 350º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731323 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 19 | 35 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.55 |
| HSL | 350º | 0.72% | 0.26% | - |
| HSV(B) | 350º | 0.83% | 0.45% | - |
| XYZ | 7.61 | 4.23 | 2.01 | - |
| YUV | 49.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 35 | 0 | 0.83 | 0.70 | 0.55 | 350 | 0.72 | 0.26 |
| Hex | 73 | 13 | 23 | 0 | 53 | 46 | 37 | 15E | 48 | 1A |
| Octal | 163 | 23 | 43 | 0 | 123 | 106 | 67 | 536 | 110 | 32 |
| Binary | 1110011 | 10011 | 100011 | 0 | 1010011 | 1000110 | 110111 | 101011110 | 1001000 | 11010 |
Color Harmonies of #731323
Complementary color
Monochromatic Colors of #731323
Black with #731323
Text Example
Text Example
White with #731323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731323; }
p { color: rgb(115,19,35); }
H1.HeaderClassName
{
color: #731323;
}
.AnyTagClassName
{
color: #731323;
}
</style>
background-color css
<style>
a { background-color: #731323; }
a { background-color: rgb(115,19,35); }
div.DivClassName
{
background-color: #731323;
}
.BgClassName
{
background-color: #731323;
}
</style>
border-color css
<style>
span { border-color: #731323; }
span { border-color: rgb(115,19,35); }
td.TdClassName
{
border-color: #731323;
}
.TagClassName
{
border-color: #731323;
}
</style>