Shades of Red Berry #73131C
Tints of Red Berry #73131C
RGB
CMYK
RGB Variations
Color information
#73131C (or 0x73131C) is known color: Red Berry. HEX triplet: 73, 13 and 1C. RGB value is (115,19,28). Sum of RGB (Red+Green+Blue) = 115+19+28=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73131C is #8CECE3. Grayscale: #303030. Windows color (decimal): -9235684 or 1839987. OLE color: 1839987.
HSL color Cylindrical-coordinate representation of color #73131C: hue angle of 354.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73131C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 19 | 28 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.55 |
| HSL | 354.38º | 0.72% | 0.26% | - |
| HSV(B) | 354.38º | 0.83% | 0.45% | - |
| XYZ | 7.51 | 4.19 | 1.51 | - |
| YUV | 48.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 28 | 0 | 0.83 | 0.76 | 0.55 | 354.38 | 0.72 | 0.26 |
| Hex | 73 | 13 | 1C | 0 | 53 | 4C | 37 | 162 | 48 | 1A |
| Octal | 163 | 23 | 34 | 0 | 123 | 114 | 67 | 542 | 110 | 32 |
| Binary | 1110011 | 10011 | 11100 | 0 | 1010011 | 1001100 | 110111 | 101100010 | 1001000 | 11010 |
Color Harmonies of #73131C
Complementary color
Monochromatic Colors of #73131C
Black with #73131C
Text Example
Text Example
White with #73131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73131C; }
p { color: rgb(115,19,28); }
H1.HeaderClassName
{
color: #73131C;
}
.AnyTagClassName
{
color: #73131C;
}
</style>
background-color css
<style>
a { background-color: #73131C; }
a { background-color: rgb(115,19,28); }
div.DivClassName
{
background-color: #73131C;
}
.BgClassName
{
background-color: #73131C;
}
</style>
border-color css
<style>
span { border-color: #73131C; }
span { border-color: rgb(115,19,28); }
td.TdClassName
{
border-color: #73131C;
}
.TagClassName
{
border-color: #73131C;
}
</style>