Shades of Red Berry #731F29
Tints of Red Berry #731F29
RGB
CMYK
RGB Variations
Color information
#731F29 (or 0x731F29) is known color: Red Berry. HEX triplet: 73, 1F and 29. RGB value is (115,31,41). Sum of RGB (Red+Green+Blue) = 115+31+41=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #731F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F29 is #8CE0D6. Grayscale: #393939. Windows color (decimal): -9232599 or 2695027. OLE color: 2695027.
HSL color Cylindrical-coordinate representation of color #731F29: hue angle of 352.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F29 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 31 | 41 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.55 |
| HSL | 352.86º | 0.58% | 0.29% | - |
| HSV(B) | 352.86º | 0.73% | 0.45% | - |
| XYZ | 7.96 | 4.78 | 2.6 | - |
| YUV | 57.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 41 | 0 | 0.73 | 0.64 | 0.55 | 352.86 | 0.58 | 0.29 |
| Hex | 73 | 1F | 29 | 0 | 49 | 40 | 37 | 161 | 3A | 1D |
| Octal | 163 | 37 | 51 | 0 | 111 | 100 | 67 | 541 | 72 | 35 |
| Binary | 1110011 | 11111 | 101001 | 0 | 1001001 | 1000000 | 110111 | 101100001 | 111010 | 11101 |
Color Harmonies of #731F29
Complementary color
Monochromatic Colors of #731F29
Black with #731F29
Text Example
Text Example
White with #731F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731F29; }
p { color: rgb(115,31,41); }
H1.HeaderClassName
{
color: #731F29;
}
.AnyTagClassName
{
color: #731F29;
}
</style>
background-color css
<style>
a { background-color: #731F29; }
a { background-color: rgb(115,31,41); }
div.DivClassName
{
background-color: #731F29;
}
.BgClassName
{
background-color: #731F29;
}
</style>
border-color css
<style>
span { border-color: #731F29; }
span { border-color: rgb(115,31,41); }
td.TdClassName
{
border-color: #731F29;
}
.TagClassName
{
border-color: #731F29;
}
</style>