Shades of Red Berry #731A29
Tints of Red Berry #731A29
RGB
CMYK
RGB Variations
Color information
#731A29 (or 0x731A29) is known color: Red Berry. HEX triplet: 73, 1A and 29. RGB value is (115,26,41). Sum of RGB (Red+Green+Blue) = 115+26+41=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #731A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A29 is #8CE5D6. Grayscale: #363636. Windows color (decimal): -9233879 or 2693747. OLE color: 2693747.
HSL color Cylindrical-coordinate representation of color #731A29: hue angle of 349.89º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731A29 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 26 | 41 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.55 |
| HSL | 349.89º | 0.63% | 0.28% | - |
| HSV(B) | 349.89º | 0.77% | 0.45% | - |
| XYZ | 7.84 | 4.54 | 2.56 | - |
| YUV | 54.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 41 | 0 | 0.77 | 0.64 | 0.55 | 349.89 | 0.63 | 0.28 |
| Hex | 73 | 1A | 29 | 0 | 4D | 40 | 37 | 15E | 3F | 1C |
| Octal | 163 | 32 | 51 | 0 | 115 | 100 | 67 | 536 | 77 | 34 |
| Binary | 1110011 | 11010 | 101001 | 0 | 1001101 | 1000000 | 110111 | 101011110 | 111111 | 11100 |
Color Harmonies of #731A29
Complementary color
Monochromatic Colors of #731A29
Black with #731A29
Text Example
Text Example
White with #731A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731A29; }
p { color: rgb(115,26,41); }
H1.HeaderClassName
{
color: #731A29;
}
.AnyTagClassName
{
color: #731A29;
}
</style>
background-color css
<style>
a { background-color: #731A29; }
a { background-color: rgb(115,26,41); }
div.DivClassName
{
background-color: #731A29;
}
.BgClassName
{
background-color: #731A29;
}
</style>
border-color css
<style>
span { border-color: #731A29; }
span { border-color: rgb(115,26,41); }
td.TdClassName
{
border-color: #731A29;
}
.TagClassName
{
border-color: #731A29;
}
</style>