Shades of Red Berry #731B1D
Tints of Red Berry #731B1D
RGB
CMYK
RGB Variations
Color information
#731B1D (or 0x731B1D) is known color: Red Berry. HEX triplet: 73, 1B and 1D. RGB value is (115,27,29). Sum of RGB (Red+Green+Blue) = 115+27+29=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #731B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731B1D is #8CE4E2. Grayscale: #353535. Windows color (decimal): -9233635 or 1907571. OLE color: 1907571.
HSL color Cylindrical-coordinate representation of color #731B1D: hue angle of 358.64º degrees, saturation: 0.62, 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 #731B1D is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 27 | 29 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.55 |
| HSL | 358.64º | 0.62% | 0.28% | - |
| HSV(B) | 358.64º | 0.77% | 0.45% | - |
| XYZ | 7.68 | 4.52 | 1.63 | - |
| YUV | 53.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 29 | 0 | 0.77 | 0.75 | 0.55 | 358.64 | 0.62 | 0.28 |
| Hex | 73 | 1B | 1D | 0 | 4D | 4B | 37 | 167 | 3E | 1C |
| Octal | 163 | 33 | 35 | 0 | 115 | 113 | 67 | 547 | 76 | 34 |
| Binary | 1110011 | 11011 | 11101 | 0 | 1001101 | 1001011 | 110111 | 101100111 | 111110 | 11100 |
Color Harmonies of #731B1D
Complementary color
Monochromatic Colors of #731B1D
Black with #731B1D
Text Example
Text Example
White with #731B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731B1D; }
p { color: rgb(115,27,29); }
H1.HeaderClassName
{
color: #731B1D;
}
.AnyTagClassName
{
color: #731B1D;
}
</style>
background-color css
<style>
a { background-color: #731B1D; }
a { background-color: rgb(115,27,29); }
div.DivClassName
{
background-color: #731B1D;
}
.BgClassName
{
background-color: #731B1D;
}
</style>
border-color css
<style>
span { border-color: #731B1D; }
span { border-color: rgb(115,27,29); }
td.TdClassName
{
border-color: #731B1D;
}
.TagClassName
{
border-color: #731B1D;
}
</style>