Shades of Red Berry #731C23
Tints of Red Berry #731C23
RGB
CMYK
RGB Variations
Color information
#731C23 (or 0x731C23) is known color: Red Berry. HEX triplet: 73, 1C and 23. RGB value is (115,28,35). Sum of RGB (Red+Green+Blue) = 115+28+35=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #731C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C23 is #8CE3DC. Grayscale: #363636. Windows color (decimal): -9233373 or 2301043. OLE color: 2301043.
HSL color Cylindrical-coordinate representation of color #731C23: hue angle of 355.17º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C23 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 35 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.55 |
| HSL | 355.17º | 0.61% | 0.28% | - |
| HSV(B) | 355.17º | 0.76% | 0.45% | - |
| XYZ | 7.79 | 4.6 | 2.07 | - |
| YUV | 54.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 35 | 0 | 0.76 | 0.70 | 0.55 | 355.17 | 0.61 | 0.28 |
| Hex | 73 | 1C | 23 | 0 | 4C | 46 | 37 | 163 | 3D | 1C |
| Octal | 163 | 34 | 43 | 0 | 114 | 106 | 67 | 543 | 75 | 34 |
| Binary | 1110011 | 11100 | 100011 | 0 | 1001100 | 1000110 | 110111 | 101100011 | 111101 | 11100 |
Color Harmonies of #731C23
Complementary color
Monochromatic Colors of #731C23
Black with #731C23
Text Example
Text Example
White with #731C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C23; }
p { color: rgb(115,28,35); }
H1.HeaderClassName
{
color: #731C23;
}
.AnyTagClassName
{
color: #731C23;
}
</style>
background-color css
<style>
a { background-color: #731C23; }
a { background-color: rgb(115,28,35); }
div.DivClassName
{
background-color: #731C23;
}
.BgClassName
{
background-color: #731C23;
}
</style>
border-color css
<style>
span { border-color: #731C23; }
span { border-color: rgb(115,28,35); }
td.TdClassName
{
border-color: #731C23;
}
.TagClassName
{
border-color: #731C23;
}
</style>