Shades of Red Berry #730F16
Tints of Red Berry #730F16
RGB
CMYK
RGB Variations
Color information
#730F16 (or 0x730F16) is known color: Red Berry. HEX triplet: 73, 0F and 16. RGB value is (115,15,22). Sum of RGB (Red+Green+Blue) = 115+15+22=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #730F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730F16 is #8CF0E9. Grayscale: #2D2D2D. Windows color (decimal): -9236714 or 1445747. OLE color: 1445747.
HSL color Cylindrical-coordinate representation of color #730F16: hue angle of 355.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #730F16 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 22 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.55 |
| HSL | 355.8º | 0.77% | 0.25% | - |
| HSV(B) | 355.8º | 0.87% | 0.45% | - |
| XYZ | 7.39 | 4.04 | 1.15 | - |
| YUV | 45.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 22 | 0 | 0.87 | 0.81 | 0.55 | 355.8 | 0.77 | 0.25 |
| Hex | 73 | F | 16 | 0 | 57 | 51 | 37 | 164 | 4D | 19 |
| Octal | 163 | 17 | 26 | 0 | 127 | 121 | 67 | 544 | 115 | 31 |
| Binary | 1110011 | 1111 | 10110 | 0 | 1010111 | 1010001 | 110111 | 101100100 | 1001101 | 11001 |
Color Harmonies of #730F16
Complementary color
Monochromatic Colors of #730F16
Black with #730F16
Text Example
Text Example
White with #730F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F16; }
p { color: rgb(115,15,22); }
H1.HeaderClassName
{
color: #730F16;
}
.AnyTagClassName
{
color: #730F16;
}
</style>
background-color css
<style>
a { background-color: #730F16; }
a { background-color: rgb(115,15,22); }
div.DivClassName
{
background-color: #730F16;
}
.BgClassName
{
background-color: #730F16;
}
</style>
border-color css
<style>
span { border-color: #730F16; }
span { border-color: rgb(115,15,22); }
td.TdClassName
{
border-color: #730F16;
}
.TagClassName
{
border-color: #730F16;
}
</style>