Shades of Red Berry #731C27
Tints of Red Berry #731C27
RGB
CMYK
RGB Variations
Color information
#731C27 (or 0x731C27) is known color: Red Berry. HEX triplet: 73, 1C and 27. RGB value is (115,28,39). Sum of RGB (Red+Green+Blue) = 115+28+39=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #731C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C27 is #8CE3D8. Grayscale: #373737. Windows color (decimal): -9233369 or 2563187. OLE color: 2563187.
HSL color Cylindrical-coordinate representation of color #731C27: hue angle of 352.41º 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 #731C27 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 39 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.55 |
| HSL | 352.41º | 0.61% | 0.28% | - |
| HSV(B) | 352.41º | 0.76% | 0.45% | - |
| XYZ | 7.85 | 4.62 | 2.4 | - |
| YUV | 55.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 39 | 0 | 0.76 | 0.66 | 0.55 | 352.41 | 0.61 | 0.28 |
| Hex | 73 | 1C | 27 | 0 | 4C | 42 | 37 | 160 | 3D | 1C |
| Octal | 163 | 34 | 47 | 0 | 114 | 102 | 67 | 540 | 75 | 34 |
| Binary | 1110011 | 11100 | 100111 | 0 | 1001100 | 1000010 | 110111 | 101100000 | 111101 | 11100 |
Color Harmonies of #731C27
Complementary color
Monochromatic Colors of #731C27
Black with #731C27
Text Example
Text Example
White with #731C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C27; }
p { color: rgb(115,28,39); }
H1.HeaderClassName
{
color: #731C27;
}
.AnyTagClassName
{
color: #731C27;
}
</style>
background-color css
<style>
a { background-color: #731C27; }
a { background-color: rgb(115,28,39); }
div.DivClassName
{
background-color: #731C27;
}
.BgClassName
{
background-color: #731C27;
}
</style>
border-color css
<style>
span { border-color: #731C27; }
span { border-color: rgb(115,28,39); }
td.TdClassName
{
border-color: #731C27;
}
.TagClassName
{
border-color: #731C27;
}
</style>