Shades of Red Berry #73121D
Tints of Red Berry #73121D
RGB
CMYK
RGB Variations
Color information
#73121D (or 0x73121D) is known color: Red Berry. HEX triplet: 73, 12 and 1D. RGB value is (115,18,29). Sum of RGB (Red+Green+Blue) = 115+18+29=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73121D is #8CEDE2. Grayscale: #303030. Windows color (decimal): -9235939 or 1905267. OLE color: 1905267.
HSL color Cylindrical-coordinate representation of color #73121D: hue angle of 353.2º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73121D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 18 | 29 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.55 |
| HSL | 353.2º | 0.73% | 0.26% | - |
| HSV(B) | 353.2º | 0.84% | 0.45% | - |
| XYZ | 7.51 | 4.17 | 1.57 | - |
| YUV | 48.26 | 117.14 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 29 | 0 | 0.84 | 0.75 | 0.55 | 353.2 | 0.73 | 0.26 |
| Hex | 73 | 12 | 1D | 0 | 54 | 4B | 37 | 161 | 49 | 1A |
| Octal | 163 | 22 | 35 | 0 | 124 | 113 | 67 | 541 | 111 | 32 |
| Binary | 1110011 | 10010 | 11101 | 0 | 1010100 | 1001011 | 110111 | 101100001 | 1001001 | 11010 |
Color Harmonies of #73121D
Complementary color
Monochromatic Colors of #73121D
Black with #73121D
Text Example
Text Example
White with #73121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73121D; }
p { color: rgb(115,18,29); }
H1.HeaderClassName
{
color: #73121D;
}
.AnyTagClassName
{
color: #73121D;
}
</style>
background-color css
<style>
a { background-color: #73121D; }
a { background-color: rgb(115,18,29); }
div.DivClassName
{
background-color: #73121D;
}
.BgClassName
{
background-color: #73121D;
}
</style>
border-color css
<style>
span { border-color: #73121D; }
span { border-color: rgb(115,18,29); }
td.TdClassName
{
border-color: #73121D;
}
.TagClassName
{
border-color: #73121D;
}
</style>