Shades of Red Berry #73192A
Tints of Red Berry #73192A
RGB
CMYK
RGB Variations
Color information
#73192A (or 0x73192A) is known color: Red Berry. HEX triplet: 73, 19 and 2A. RGB value is (115,25,42). Sum of RGB (Red+Green+Blue) = 115+25+42=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73192A is #8CE6D5. Grayscale: #353535. Windows color (decimal): -9234134 or 2759027. OLE color: 2759027.
HSL color Cylindrical-coordinate representation of color #73192A: hue angle of 348.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73192A is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 25 | 42 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.55 |
| HSL | 348.67º | 0.64% | 0.27% | - |
| HSV(B) | 348.67º | 0.78% | 0.45% | - |
| XYZ | 7.84 | 4.51 | 2.65 | - |
| YUV | 53.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 42 | 0 | 0.78 | 0.63 | 0.55 | 348.67 | 0.64 | 0.27 |
| Hex | 73 | 19 | 2A | 0 | 4E | 3F | 37 | 15D | 40 | 1B |
| Octal | 163 | 31 | 52 | 0 | 116 | 77 | 67 | 535 | 100 | 33 |
| Binary | 1110011 | 11001 | 101010 | 0 | 1001110 | 111111 | 110111 | 101011101 | 1000000 | 11011 |
Color Harmonies of #73192A
Complementary color
Monochromatic Colors of #73192A
Black with #73192A
Text Example
Text Example
White with #73192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73192A; }
p { color: rgb(115,25,42); }
H1.HeaderClassName
{
color: #73192A;
}
.AnyTagClassName
{
color: #73192A;
}
</style>
background-color css
<style>
a { background-color: #73192A; }
a { background-color: rgb(115,25,42); }
div.DivClassName
{
background-color: #73192A;
}
.BgClassName
{
background-color: #73192A;
}
</style>
border-color css
<style>
span { border-color: #73192A; }
span { border-color: rgb(115,25,42); }
td.TdClassName
{
border-color: #73192A;
}
.TagClassName
{
border-color: #73192A;
}
</style>