Shades of Red Berry #731C2A
Tints of Red Berry #731C2A
RGB
CMYK
RGB Variations
Color information
#731C2A (or 0x731C2A) is known color: Red Berry. HEX triplet: 73, 1C and 2A. RGB value is (115,28,42). Sum of RGB (Red+Green+Blue) = 115+28+42=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #731C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C2A is #8CE3D5. Grayscale: #373737. Windows color (decimal): -9233366 or 2759795. OLE color: 2759795.
HSL color Cylindrical-coordinate representation of color #731C2A: hue angle of 350.34º 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 #731C2A is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 42 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.55 |
| HSL | 350.34º | 0.61% | 0.28% | - |
| HSV(B) | 350.34º | 0.76% | 0.45% | - |
| XYZ | 7.9 | 4.64 | 2.67 | - |
| YUV | 55.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 42 | 0 | 0.76 | 0.63 | 0.55 | 350.34 | 0.61 | 0.28 |
| Hex | 73 | 1C | 2A | 0 | 4C | 3F | 37 | 15E | 3D | 1C |
| Octal | 163 | 34 | 52 | 0 | 114 | 77 | 67 | 536 | 75 | 34 |
| Binary | 1110011 | 11100 | 101010 | 0 | 1001100 | 111111 | 110111 | 101011110 | 111101 | 11100 |
Color Harmonies of #731C2A
Complementary color
Monochromatic Colors of #731C2A
Black with #731C2A
Text Example
Text Example
White with #731C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C2A; }
p { color: rgb(115,28,42); }
H1.HeaderClassName
{
color: #731C2A;
}
.AnyTagClassName
{
color: #731C2A;
}
</style>
background-color css
<style>
a { background-color: #731C2A; }
a { background-color: rgb(115,28,42); }
div.DivClassName
{
background-color: #731C2A;
}
.BgClassName
{
background-color: #731C2A;
}
</style>
border-color css
<style>
span { border-color: #731C2A; }
span { border-color: rgb(115,28,42); }
td.TdClassName
{
border-color: #731C2A;
}
.TagClassName
{
border-color: #731C2A;
}
</style>