Shades of Red Berry #730F22
Tints of Red Berry #730F22
RGB
CMYK
RGB Variations
Color information
#730F22 (or 0x730F22) is known color: Red Berry. HEX triplet: 73, 0F and 22. RGB value is (115,15,34). Sum of RGB (Red+Green+Blue) = 115+15+34=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #730F22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F22 is #8CF0DD. Grayscale: #2F2F2F. Windows color (decimal): -9236702 or 2232179. OLE color: 2232179.
HSL color Cylindrical-coordinate representation of color #730F22: hue angle of 348.6º 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 #730F22 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 34 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.55 |
| HSL | 348.6º | 0.77% | 0.25% | - |
| HSV(B) | 348.6º | 0.87% | 0.45% | - |
| XYZ | 7.53 | 4.1 | 1.91 | - |
| YUV | 47.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 34 | 0 | 0.87 | 0.70 | 0.55 | 348.6 | 0.77 | 0.25 |
| Hex | 73 | F | 22 | 0 | 57 | 46 | 37 | 15D | 4D | 19 |
| Octal | 163 | 17 | 42 | 0 | 127 | 106 | 67 | 535 | 115 | 31 |
| Binary | 1110011 | 1111 | 100010 | 0 | 1010111 | 1000110 | 110111 | 101011101 | 1001101 | 11001 |
Color Harmonies of #730F22
Complementary color
Monochromatic Colors of #730F22
Black with #730F22
Text Example
Text Example
White with #730F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F22; }
p { color: rgb(115,15,34); }
H1.HeaderClassName
{
color: #730F22;
}
.AnyTagClassName
{
color: #730F22;
}
</style>
background-color css
<style>
a { background-color: #730F22; }
a { background-color: rgb(115,15,34); }
div.DivClassName
{
background-color: #730F22;
}
.BgClassName
{
background-color: #730F22;
}
</style>
border-color css
<style>
span { border-color: #730F22; }
span { border-color: rgb(115,15,34); }
td.TdClassName
{
border-color: #730F22;
}
.TagClassName
{
border-color: #730F22;
}
</style>