Shades of Red Berry #73222A
Tints of Red Berry #73222A
RGB
CMYK
RGB Variations
Color information
#73222A (or 0x73222A) is known color: Red Berry. HEX triplet: 73, 22 and 2A. RGB value is (115,34,42). Sum of RGB (Red+Green+Blue) = 115+34+42=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #73222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73222A is #8CDDD5. Grayscale: #3B3B3B. Windows color (decimal): -9231830 or 2761331. OLE color: 2761331.
HSL color Cylindrical-coordinate representation of color #73222A: hue angle of 354.07º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73222A is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 42 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.55 |
| HSL | 354.07º | 0.54% | 0.29% | - |
| HSV(B) | 354.07º | 0.7% | 0.45% | - |
| XYZ | 8.06 | 4.96 | 2.72 | - |
| YUV | 59.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 42 | 0 | 0.70 | 0.63 | 0.55 | 354.07 | 0.54 | 0.29 |
| Hex | 73 | 22 | 2A | 0 | 46 | 3F | 37 | 162 | 36 | 1D |
| Octal | 163 | 42 | 52 | 0 | 106 | 77 | 67 | 542 | 66 | 35 |
| Binary | 1110011 | 100010 | 101010 | 0 | 1000110 | 111111 | 110111 | 101100010 | 110110 | 11101 |
Color Harmonies of #73222A
Complementary color
Monochromatic Colors of #73222A
Black with #73222A
Text Example
Text Example
White with #73222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73222A; }
p { color: rgb(115,34,42); }
H1.HeaderClassName
{
color: #73222A;
}
.AnyTagClassName
{
color: #73222A;
}
</style>
background-color css
<style>
a { background-color: #73222A; }
a { background-color: rgb(115,34,42); }
div.DivClassName
{
background-color: #73222A;
}
.BgClassName
{
background-color: #73222A;
}
</style>
border-color css
<style>
span { border-color: #73222A; }
span { border-color: rgb(115,34,42); }
td.TdClassName
{
border-color: #73222A;
}
.TagClassName
{
border-color: #73222A;
}
</style>