Shades of Red Berry #73121A
Tints of Red Berry #73121A
RGB
CMYK
RGB Variations
Color information
#73121A (or 0x73121A) is known color: Red Berry. HEX triplet: 73, 12 and 1A. RGB value is (115,18,26). Sum of RGB (Red+Green+Blue) = 115+18+26=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #73121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73121A is #8CEDE5. Grayscale: #2F2F2F. Windows color (decimal): -9235942 or 1708659. OLE color: 1708659.
HSL color Cylindrical-coordinate representation of color #73121A: hue angle of 355.05º 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 #73121A is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 18 | 26 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.55 |
| HSL | 355.05º | 0.73% | 0.26% | - |
| HSV(B) | 355.05º | 0.84% | 0.45% | - |
| XYZ | 7.47 | 4.15 | 1.38 | - |
| YUV | 47.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 26 | 0 | 0.84 | 0.77 | 0.55 | 355.05 | 0.73 | 0.26 |
| Hex | 73 | 12 | 1A | 0 | 54 | 4D | 37 | 163 | 49 | 1A |
| Octal | 163 | 22 | 32 | 0 | 124 | 115 | 67 | 543 | 111 | 32 |
| Binary | 1110011 | 10010 | 11010 | 0 | 1010100 | 1001101 | 110111 | 101100011 | 1001001 | 11010 |
Color Harmonies of #73121A
Complementary color
Monochromatic Colors of #73121A
Black with #73121A
Text Example
Text Example
White with #73121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73121A; }
p { color: rgb(115,18,26); }
H1.HeaderClassName
{
color: #73121A;
}
.AnyTagClassName
{
color: #73121A;
}
</style>
background-color css
<style>
a { background-color: #73121A; }
a { background-color: rgb(115,18,26); }
div.DivClassName
{
background-color: #73121A;
}
.BgClassName
{
background-color: #73121A;
}
</style>
border-color css
<style>
span { border-color: #73121A; }
span { border-color: rgb(115,18,26); }
td.TdClassName
{
border-color: #73121A;
}
.TagClassName
{
border-color: #73121A;
}
</style>