Shades of Red Berry #73111E
Tints of Red Berry #73111E
RGB
CMYK
RGB Variations
Color information
#73111E (or 0x73111E) is known color: Red Berry. HEX triplet: 73, 11 and 1E. RGB value is (115,17,30). Sum of RGB (Red+Green+Blue) = 115+17+30=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73111E is #8CEEE1. Grayscale: #2F2F2F. Windows color (decimal): -9236194 or 1970547. OLE color: 1970547.
HSL color Cylindrical-coordinate representation of color #73111E: hue angle of 352.04º 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 #73111E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 30 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.55 |
| HSL | 352.04º | 0.74% | 0.26% | - |
| HSV(B) | 352.04º | 0.85% | 0.45% | - |
| XYZ | 7.51 | 4.14 | 1.63 | - |
| YUV | 47.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 30 | 0 | 0.85 | 0.74 | 0.55 | 352.04 | 0.74 | 0.26 |
| Hex | 73 | 11 | 1E | 0 | 55 | 4A | 37 | 160 | 4A | 1A |
| Octal | 163 | 21 | 36 | 0 | 125 | 112 | 67 | 540 | 112 | 32 |
| Binary | 1110011 | 10001 | 11110 | 0 | 1010101 | 1001010 | 110111 | 101100000 | 1001010 | 11010 |
Color Harmonies of #73111E
Complementary color
Monochromatic Colors of #73111E
Black with #73111E
Text Example
Text Example
White with #73111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73111E; }
p { color: rgb(115,17,30); }
H1.HeaderClassName
{
color: #73111E;
}
.AnyTagClassName
{
color: #73111E;
}
</style>
background-color css
<style>
a { background-color: #73111E; }
a { background-color: rgb(115,17,30); }
div.DivClassName
{
background-color: #73111E;
}
.BgClassName
{
background-color: #73111E;
}
</style>
border-color css
<style>
span { border-color: #73111E; }
span { border-color: rgb(115,17,30); }
td.TdClassName
{
border-color: #73111E;
}
.TagClassName
{
border-color: #73111E;
}
</style>