Shades of Red Berry #73171B
Tints of Red Berry #73171B
RGB
CMYK
RGB Variations
Color information
#73171B (or 0x73171B) is known color: Red Berry. HEX triplet: 73, 17 and 1B. RGB value is (115,23,27). Sum of RGB (Red+Green+Blue) = 115+23+27=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #73171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73171B is #8CE8E4. Grayscale: #333333. Windows color (decimal): -9234661 or 1775475. OLE color: 1775475.
HSL color Cylindrical-coordinate representation of color #73171B: hue angle of 357.39º 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 #73171B is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 27 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.55 |
| HSL | 357.39º | 0.67% | 0.27% | - |
| HSV(B) | 357.39º | 0.8% | 0.45% | - |
| XYZ | 7.57 | 4.34 | 1.47 | - |
| YUV | 50.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 27 | 0 | 0.80 | 0.77 | 0.55 | 357.39 | 0.67 | 0.27 |
| Hex | 73 | 17 | 1B | 0 | 50 | 4D | 37 | 165 | 43 | 1B |
| Octal | 163 | 27 | 33 | 0 | 120 | 115 | 67 | 545 | 103 | 33 |
| Binary | 1110011 | 10111 | 11011 | 0 | 1010000 | 1001101 | 110111 | 101100101 | 1000011 | 11011 |
Color Harmonies of #73171B
Complementary color
Monochromatic Colors of #73171B
Black with #73171B
Text Example
Text Example
White with #73171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73171B; }
p { color: rgb(115,23,27); }
H1.HeaderClassName
{
color: #73171B;
}
.AnyTagClassName
{
color: #73171B;
}
</style>
background-color css
<style>
a { background-color: #73171B; }
a { background-color: rgb(115,23,27); }
div.DivClassName
{
background-color: #73171B;
}
.BgClassName
{
background-color: #73171B;
}
</style>
border-color css
<style>
span { border-color: #73171B; }
span { border-color: rgb(115,23,27); }
td.TdClassName
{
border-color: #73171B;
}
.TagClassName
{
border-color: #73171B;
}
</style>