Shades of Red Berry #73111C
Tints of Red Berry #73111C
RGB
CMYK
RGB Variations
Color information
#73111C (or 0x73111C) is known color: Red Berry. HEX triplet: 73, 11 and 1C. RGB value is (115,17,28). Sum of RGB (Red+Green+Blue) = 115+17+28=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #73111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73111C is #8CEEE3. Grayscale: #2F2F2F. Windows color (decimal): -9236196 or 1839475. OLE color: 1839475.
HSL color Cylindrical-coordinate representation of color #73111C: hue angle of 353.27º 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 #73111C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 28 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.55 |
| HSL | 353.27º | 0.74% | 0.26% | - |
| HSV(B) | 353.27º | 0.85% | 0.45% | - |
| XYZ | 7.48 | 4.13 | 1.5 | - |
| YUV | 47.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 28 | 0 | 0.85 | 0.76 | 0.55 | 353.27 | 0.74 | 0.26 |
| Hex | 73 | 11 | 1C | 0 | 55 | 4C | 37 | 161 | 4A | 1A |
| Octal | 163 | 21 | 34 | 0 | 125 | 114 | 67 | 541 | 112 | 32 |
| Binary | 1110011 | 10001 | 11100 | 0 | 1010101 | 1001100 | 110111 | 101100001 | 1001010 | 11010 |
Color Harmonies of #73111C
Complementary color
Monochromatic Colors of #73111C
Black with #73111C
Text Example
Text Example
White with #73111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73111C; }
p { color: rgb(115,17,28); }
H1.HeaderClassName
{
color: #73111C;
}
.AnyTagClassName
{
color: #73111C;
}
</style>
background-color css
<style>
a { background-color: #73111C; }
a { background-color: rgb(115,17,28); }
div.DivClassName
{
background-color: #73111C;
}
.BgClassName
{
background-color: #73111C;
}
</style>
border-color css
<style>
span { border-color: #73111C; }
span { border-color: rgb(115,17,28); }
td.TdClassName
{
border-color: #73111C;
}
.TagClassName
{
border-color: #73111C;
}
</style>