Shades of Red Berry #731C24
Tints of Red Berry #731C24
RGB
CMYK
RGB Variations
Color information
#731C24 (or 0x731C24) is known color: Red Berry. HEX triplet: 73, 1C and 24. RGB value is (115,28,36). Sum of RGB (Red+Green+Blue) = 115+28+36=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #731C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C24 is #8CE3DB. Grayscale: #363636. Windows color (decimal): -9233372 or 2366579. OLE color: 2366579.
HSL color Cylindrical-coordinate representation of color #731C24: hue angle of 354.48º 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 #731C24 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 36 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.55 |
| HSL | 354.48º | 0.61% | 0.28% | - |
| HSV(B) | 354.48º | 0.76% | 0.45% | - |
| XYZ | 7.8 | 4.6 | 2.15 | - |
| YUV | 54.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 36 | 0 | 0.76 | 0.69 | 0.55 | 354.48 | 0.61 | 0.28 |
| Hex | 73 | 1C | 24 | 0 | 4C | 45 | 37 | 162 | 3D | 1C |
| Octal | 163 | 34 | 44 | 0 | 114 | 105 | 67 | 542 | 75 | 34 |
| Binary | 1110011 | 11100 | 100100 | 0 | 1001100 | 1000101 | 110111 | 101100010 | 111101 | 11100 |
Color Harmonies of #731C24
Complementary color
Monochromatic Colors of #731C24
Black with #731C24
Text Example
Text Example
White with #731C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C24; }
p { color: rgb(115,28,36); }
H1.HeaderClassName
{
color: #731C24;
}
.AnyTagClassName
{
color: #731C24;
}
</style>
background-color css
<style>
a { background-color: #731C24; }
a { background-color: rgb(115,28,36); }
div.DivClassName
{
background-color: #731C24;
}
.BgClassName
{
background-color: #731C24;
}
</style>
border-color css
<style>
span { border-color: #731C24; }
span { border-color: rgb(115,28,36); }
td.TdClassName
{
border-color: #731C24;
}
.TagClassName
{
border-color: #731C24;
}
</style>