Shades of Red Berry #731D2D
Tints of Red Berry #731D2D
RGB
CMYK
RGB Variations
Color information
#731D2D (or 0x731D2D) is known color: Red Berry. HEX triplet: 73, 1D and 2D. RGB value is (115,29,45). Sum of RGB (Red+Green+Blue) = 115+29+45=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #731D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D2D is #8CE2D2. Grayscale: #383838. Windows color (decimal): -9233107 or 2956659. OLE color: 2956659.
HSL color Cylindrical-coordinate representation of color #731D2D: hue angle of 348.84º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D2D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 45 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.55 |
| HSL | 348.84º | 0.6% | 0.28% | - |
| HSV(B) | 348.84º | 0.75% | 0.45% | - |
| XYZ | 7.98 | 4.71 | 2.97 | - |
| YUV | 56.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 45 | 0 | 0.75 | 0.61 | 0.55 | 348.84 | 0.6 | 0.28 |
| Hex | 73 | 1D | 2D | 0 | 4B | 3D | 37 | 15D | 3C | 1C |
| Octal | 163 | 35 | 55 | 0 | 113 | 75 | 67 | 535 | 74 | 34 |
| Binary | 1110011 | 11101 | 101101 | 0 | 1001011 | 111101 | 110111 | 101011101 | 111100 | 11100 |
Color Harmonies of #731D2D
Complementary color
Monochromatic Colors of #731D2D
Black with #731D2D
Text Example
Text Example
White with #731D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D2D; }
p { color: rgb(115,29,45); }
H1.HeaderClassName
{
color: #731D2D;
}
.AnyTagClassName
{
color: #731D2D;
}
</style>
background-color css
<style>
a { background-color: #731D2D; }
a { background-color: rgb(115,29,45); }
div.DivClassName
{
background-color: #731D2D;
}
.BgClassName
{
background-color: #731D2D;
}
</style>
border-color css
<style>
span { border-color: #731D2D; }
span { border-color: rgb(115,29,45); }
td.TdClassName
{
border-color: #731D2D;
}
.TagClassName
{
border-color: #731D2D;
}
</style>