Shades of Red Berry #73101A
Tints of Red Berry #73101A
RGB
CMYK
RGB Variations
Color information
#73101A (or 0x73101A) is known color: Red Berry. HEX triplet: 73, 10 and 1A. RGB value is (115,16,26). Sum of RGB (Red+Green+Blue) = 115+16+26=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #73101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73101A is #8CEFE5. Grayscale: #2E2E2E. Windows color (decimal): -9236454 or 1708147. OLE color: 1708147.
HSL color Cylindrical-coordinate representation of color #73101A: hue angle of 353.94º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73101A is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 16 | 26 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.55 |
| HSL | 353.94º | 0.76% | 0.26% | - |
| HSV(B) | 353.94º | 0.86% | 0.45% | - |
| XYZ | 7.44 | 4.09 | 1.37 | - |
| YUV | 46.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 26 | 0 | 0.86 | 0.77 | 0.55 | 353.94 | 0.76 | 0.26 |
| Hex | 73 | 10 | 1A | 0 | 56 | 4D | 37 | 162 | 4C | 1A |
| Octal | 163 | 20 | 32 | 0 | 126 | 115 | 67 | 542 | 114 | 32 |
| Binary | 1110011 | 10000 | 11010 | 0 | 1010110 | 1001101 | 110111 | 101100010 | 1001100 | 11010 |
Color Harmonies of #73101A
Complementary color
Monochromatic Colors of #73101A
Black with #73101A
Text Example
Text Example
White with #73101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73101A; }
p { color: rgb(115,16,26); }
H1.HeaderClassName
{
color: #73101A;
}
.AnyTagClassName
{
color: #73101A;
}
</style>
background-color css
<style>
a { background-color: #73101A; }
a { background-color: rgb(115,16,26); }
div.DivClassName
{
background-color: #73101A;
}
.BgClassName
{
background-color: #73101A;
}
</style>
border-color css
<style>
span { border-color: #73101A; }
span { border-color: rgb(115,16,26); }
td.TdClassName
{
border-color: #73101A;
}
.TagClassName
{
border-color: #73101A;
}
</style>