Shades of Red Berry #731B26
Tints of Red Berry #731B26
RGB
CMYK
RGB Variations
Color information
#731B26 (or 0x731B26) is known color: Red Berry. HEX triplet: 73, 1B and 26. RGB value is (115,27,38). Sum of RGB (Red+Green+Blue) = 115+27+38=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #731B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731B26 is #8CE4D9. Grayscale: #363636. Windows color (decimal): -9233626 or 2497395. OLE color: 2497395.
HSL color Cylindrical-coordinate representation of color #731B26: hue angle of 352.5º 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 #731B26 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 27 | 38 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.55 |
| HSL | 352.5º | 0.62% | 0.28% | - |
| HSV(B) | 352.5º | 0.77% | 0.45% | - |
| XYZ | 7.81 | 4.57 | 2.3 | - |
| YUV | 54.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 38 | 0 | 0.77 | 0.67 | 0.55 | 352.5 | 0.62 | 0.28 |
| Hex | 73 | 1B | 26 | 0 | 4D | 43 | 37 | 160 | 3E | 1C |
| Octal | 163 | 33 | 46 | 0 | 115 | 103 | 67 | 540 | 76 | 34 |
| Binary | 1110011 | 11011 | 100110 | 0 | 1001101 | 1000011 | 110111 | 101100000 | 111110 | 11100 |
Color Harmonies of #731B26
Complementary color
Monochromatic Colors of #731B26
Black with #731B26
Text Example
Text Example
White with #731B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731B26; }
p { color: rgb(115,27,38); }
H1.HeaderClassName
{
color: #731B26;
}
.AnyTagClassName
{
color: #731B26;
}
</style>
background-color css
<style>
a { background-color: #731B26; }
a { background-color: rgb(115,27,38); }
div.DivClassName
{
background-color: #731B26;
}
.BgClassName
{
background-color: #731B26;
}
</style>
border-color css
<style>
span { border-color: #731B26; }
span { border-color: rgb(115,27,38); }
td.TdClassName
{
border-color: #731B26;
}
.TagClassName
{
border-color: #731B26;
}
</style>