Shades of Red Berry #731E2D
Tints of Red Berry #731E2D
RGB
CMYK
RGB Variations
Color information
#731E2D (or 0x731E2D) is known color: Red Berry. HEX triplet: 73, 1E and 2D. RGB value is (115,30,45). Sum of RGB (Red+Green+Blue) = 115+30+45=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #731E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E2D is #8CE1D2. Grayscale: #393939. Windows color (decimal): -9232851 or 2956915. OLE color: 2956915.
HSL color Cylindrical-coordinate representation of color #731E2D: hue angle of 349.41º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #731E2D is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 45 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.55 |
| HSL | 349.41º | 0.59% | 0.28% | - |
| HSV(B) | 349.41º | 0.74% | 0.45% | - |
| XYZ | 8.01 | 4.76 | 2.98 | - |
| YUV | 57.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 45 | 0 | 0.74 | 0.61 | 0.55 | 349.41 | 0.59 | 0.28 |
| Hex | 73 | 1E | 2D | 0 | 4A | 3D | 37 | 15D | 3B | 1C |
| Octal | 163 | 36 | 55 | 0 | 112 | 75 | 67 | 535 | 73 | 34 |
| Binary | 1110011 | 11110 | 101101 | 0 | 1001010 | 111101 | 110111 | 101011101 | 111011 | 11100 |
Color Harmonies of #731E2D
Complementary color
Monochromatic Colors of #731E2D
Black with #731E2D
Text Example
Text Example
White with #731E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E2D; }
p { color: rgb(115,30,45); }
H1.HeaderClassName
{
color: #731E2D;
}
.AnyTagClassName
{
color: #731E2D;
}
</style>
background-color css
<style>
a { background-color: #731E2D; }
a { background-color: rgb(115,30,45); }
div.DivClassName
{
background-color: #731E2D;
}
.BgClassName
{
background-color: #731E2D;
}
</style>
border-color css
<style>
span { border-color: #731E2D; }
span { border-color: rgb(115,30,45); }
td.TdClassName
{
border-color: #731E2D;
}
.TagClassName
{
border-color: #731E2D;
}
</style>