Shades of Red Berry #73172B
Tints of Red Berry #73172B
RGB
CMYK
RGB Variations
Color information
#73172B (or 0x73172B) is known color: Red Berry. HEX triplet: 73, 17 and 2B. RGB value is (115,23,43). Sum of RGB (Red+Green+Blue) = 115+23+43=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73172B is #8CE8D4. Grayscale: #343434. Windows color (decimal): -9234645 or 2824051. OLE color: 2824051.
HSL color Cylindrical-coordinate representation of color #73172B: hue angle of 346.96º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73172B is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 43 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.55 |
| HSL | 346.96º | 0.67% | 0.27% | - |
| HSV(B) | 346.96º | 0.8% | 0.45% | - |
| XYZ | 7.81 | 4.43 | 2.73 | - |
| YUV | 52.79 | 122.48 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 43 | 0 | 0.80 | 0.63 | 0.55 | 346.96 | 0.67 | 0.27 |
| Hex | 73 | 17 | 2B | 0 | 50 | 3F | 37 | 15B | 43 | 1B |
| Octal | 163 | 27 | 53 | 0 | 120 | 77 | 67 | 533 | 103 | 33 |
| Binary | 1110011 | 10111 | 101011 | 0 | 1010000 | 111111 | 110111 | 101011011 | 1000011 | 11011 |
Color Harmonies of #73172B
Complementary color
Monochromatic Colors of #73172B
Black with #73172B
Text Example
Text Example
White with #73172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73172B; }
p { color: rgb(115,23,43); }
H1.HeaderClassName
{
color: #73172B;
}
.AnyTagClassName
{
color: #73172B;
}
</style>
background-color css
<style>
a { background-color: #73172B; }
a { background-color: rgb(115,23,43); }
div.DivClassName
{
background-color: #73172B;
}
.BgClassName
{
background-color: #73172B;
}
</style>
border-color css
<style>
span { border-color: #73172B; }
span { border-color: rgb(115,23,43); }
td.TdClassName
{
border-color: #73172B;
}
.TagClassName
{
border-color: #73172B;
}
</style>