Shades of Red Berry #731F2B
Tints of Red Berry #731F2B
RGB
CMYK
RGB Variations
Color information
#731F2B (or 0x731F2B) is known color: Red Berry. HEX triplet: 73, 1F and 2B. RGB value is (115,31,43). Sum of RGB (Red+Green+Blue) = 115+31+43=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #731F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F2B is #8CE0D4. Grayscale: #393939. Windows color (decimal): -9232597 or 2826099. OLE color: 2826099.
HSL color Cylindrical-coordinate representation of color #731F2B: hue angle of 351.43º 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 #731F2B is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 31 | 43 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.55 |
| HSL | 351.43º | 0.58% | 0.29% | - |
| HSV(B) | 351.43º | 0.73% | 0.45% | - |
| XYZ | 8 | 4.8 | 2.79 | - |
| YUV | 57.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 43 | 0 | 0.73 | 0.63 | 0.55 | 351.43 | 0.58 | 0.29 |
| Hex | 73 | 1F | 2B | 0 | 49 | 3F | 37 | 15F | 3A | 1D |
| Octal | 163 | 37 | 53 | 0 | 111 | 77 | 67 | 537 | 72 | 35 |
| Binary | 1110011 | 11111 | 101011 | 0 | 1001001 | 111111 | 110111 | 101011111 | 111010 | 11101 |
Color Harmonies of #731F2B
Complementary color
Monochromatic Colors of #731F2B
Black with #731F2B
Text Example
Text Example
White with #731F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731F2B; }
p { color: rgb(115,31,43); }
H1.HeaderClassName
{
color: #731F2B;
}
.AnyTagClassName
{
color: #731F2B;
}
</style>
background-color css
<style>
a { background-color: #731F2B; }
a { background-color: rgb(115,31,43); }
div.DivClassName
{
background-color: #731F2B;
}
.BgClassName
{
background-color: #731F2B;
}
</style>
border-color css
<style>
span { border-color: #731F2B; }
span { border-color: rgb(115,31,43); }
td.TdClassName
{
border-color: #731F2B;
}
.TagClassName
{
border-color: #731F2B;
}
</style>