Shades of Red Berry #730F12
Tints of Red Berry #730F12
RGB
CMYK
RGB Variations
Color information
#730F12 (or 0x730F12) is known color: Red Berry. HEX triplet: 73, 0F and 12. RGB value is (115,15,18). Sum of RGB (Red+Green+Blue) = 115+15+18=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #730F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730F12 is #8CF0ED. Grayscale: #2D2D2D. Windows color (decimal): -9236718 or 1183603. OLE color: 1183603.
HSL color Cylindrical-coordinate representation of color #730F12: hue angle of 358.2º 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 #730F12 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 18 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.55 |
| HSL | 358.2º | 0.77% | 0.25% | - |
| HSV(B) | 358.2º | 0.87% | 0.45% | - |
| XYZ | 7.35 | 4.03 | 0.96 | - |
| YUV | 45.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 18 | 0 | 0.87 | 0.84 | 0.55 | 358.2 | 0.77 | 0.25 |
| Hex | 73 | F | 12 | 0 | 57 | 54 | 37 | 166 | 4D | 19 |
| Octal | 163 | 17 | 22 | 0 | 127 | 124 | 67 | 546 | 115 | 31 |
| Binary | 1110011 | 1111 | 10010 | 0 | 1010111 | 1010100 | 110111 | 101100110 | 1001101 | 11001 |
Color Harmonies of #730F12
Complementary color
Monochromatic Colors of #730F12
Black with #730F12
Text Example
Text Example
White with #730F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F12; }
p { color: rgb(115,15,18); }
H1.HeaderClassName
{
color: #730F12;
}
.AnyTagClassName
{
color: #730F12;
}
</style>
background-color css
<style>
a { background-color: #730F12; }
a { background-color: rgb(115,15,18); }
div.DivClassName
{
background-color: #730F12;
}
.BgClassName
{
background-color: #730F12;
}
</style>
border-color css
<style>
span { border-color: #730F12; }
span { border-color: rgb(115,15,18); }
td.TdClassName
{
border-color: #730F12;
}
.TagClassName
{
border-color: #730F12;
}
</style>