Shades of Red Berry #73111B
Tints of Red Berry #73111B
RGB
CMYK
RGB Variations
Color information
#73111B (or 0x73111B) is known color: Red Berry. HEX triplet: 73, 11 and 1B. RGB value is (115,17,27). Sum of RGB (Red+Green+Blue) = 115+17+27=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #73111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73111B is #8CEEE4. Grayscale: #2F2F2F. Windows color (decimal): -9236197 or 1773939. OLE color: 1773939.
HSL color Cylindrical-coordinate representation of color #73111B: hue angle of 353.88º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73111B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 27 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.55 |
| HSL | 353.88º | 0.74% | 0.26% | - |
| HSV(B) | 353.88º | 0.85% | 0.45% | - |
| XYZ | 7.47 | 4.12 | 1.44 | - |
| YUV | 47.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 27 | 0 | 0.85 | 0.77 | 0.55 | 353.88 | 0.74 | 0.26 |
| Hex | 73 | 11 | 1B | 0 | 55 | 4D | 37 | 162 | 4A | 1A |
| Octal | 163 | 21 | 33 | 0 | 125 | 115 | 67 | 542 | 112 | 32 |
| Binary | 1110011 | 10001 | 11011 | 0 | 1010101 | 1001101 | 110111 | 101100010 | 1001010 | 11010 |
Color Harmonies of #73111B
Complementary color
Monochromatic Colors of #73111B
Black with #73111B
Text Example
Text Example
White with #73111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73111B; }
p { color: rgb(115,17,27); }
H1.HeaderClassName
{
color: #73111B;
}
.AnyTagClassName
{
color: #73111B;
}
</style>
background-color css
<style>
a { background-color: #73111B; }
a { background-color: rgb(115,17,27); }
div.DivClassName
{
background-color: #73111B;
}
.BgClassName
{
background-color: #73111B;
}
</style>
border-color css
<style>
span { border-color: #73111B; }
span { border-color: rgb(115,17,27); }
td.TdClassName
{
border-color: #73111B;
}
.TagClassName
{
border-color: #73111B;
}
</style>