Shades of Red Berry #731B1E
Tints of Red Berry #731B1E
RGB
CMYK
RGB Variations
Color information
#731B1E (or 0x731B1E) is known color: Red Berry. HEX triplet: 73, 1B and 1E. RGB value is (115,27,30). Sum of RGB (Red+Green+Blue) = 115+27+30=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #731B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731B1E is #8CE4E1. Grayscale: #353535. Windows color (decimal): -9233634 or 1973107. OLE color: 1973107.
HSL color Cylindrical-coordinate representation of color #731B1E: hue angle of 357.95º 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 #731B1E is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 27 | 30 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.55 |
| HSL | 357.95º | 0.62% | 0.28% | - |
| HSV(B) | 357.95º | 0.77% | 0.45% | - |
| XYZ | 7.7 | 4.52 | 1.7 | - |
| YUV | 53.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 30 | 0 | 0.77 | 0.74 | 0.55 | 357.95 | 0.62 | 0.28 |
| Hex | 73 | 1B | 1E | 0 | 4D | 4A | 37 | 166 | 3E | 1C |
| Octal | 163 | 33 | 36 | 0 | 115 | 112 | 67 | 546 | 76 | 34 |
| Binary | 1110011 | 11011 | 11110 | 0 | 1001101 | 1001010 | 110111 | 101100110 | 111110 | 11100 |
Color Harmonies of #731B1E
Complementary color
Monochromatic Colors of #731B1E
Black with #731B1E
Text Example
Text Example
White with #731B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731B1E; }
p { color: rgb(115,27,30); }
H1.HeaderClassName
{
color: #731B1E;
}
.AnyTagClassName
{
color: #731B1E;
}
</style>
background-color css
<style>
a { background-color: #731B1E; }
a { background-color: rgb(115,27,30); }
div.DivClassName
{
background-color: #731B1E;
}
.BgClassName
{
background-color: #731B1E;
}
</style>
border-color css
<style>
span { border-color: #731B1E; }
span { border-color: rgb(115,27,30); }
td.TdClassName
{
border-color: #731B1E;
}
.TagClassName
{
border-color: #731B1E;
}
</style>