Shades of Red Berry #73212B
Tints of Red Berry #73212B
RGB
CMYK
RGB Variations
Color information
#73212B (or 0x73212B) is known color: Red Berry. HEX triplet: 73, 21 and 2B. RGB value is (115,33,43). Sum of RGB (Red+Green+Blue) = 115+33+43=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #73212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73212B is #8CDED4. Grayscale: #3A3A3A. Windows color (decimal): -9232085 or 2826611. OLE color: 2826611.
HSL color Cylindrical-coordinate representation of color #73212B: hue angle of 352.68º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73212B is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 43 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.55 |
| HSL | 352.68º | 0.55% | 0.29% | - |
| HSV(B) | 352.68º | 0.71% | 0.45% | - |
| XYZ | 8.05 | 4.91 | 2.81 | - |
| YUV | 58.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 43 | 0 | 0.71 | 0.63 | 0.55 | 352.68 | 0.55 | 0.29 |
| Hex | 73 | 21 | 2B | 0 | 47 | 3F | 37 | 161 | 37 | 1D |
| Octal | 163 | 41 | 53 | 0 | 107 | 77 | 67 | 541 | 67 | 35 |
| Binary | 1110011 | 100001 | 101011 | 0 | 1000111 | 111111 | 110111 | 101100001 | 110111 | 11101 |
Color Harmonies of #73212B
Complementary color
Monochromatic Colors of #73212B
Black with #73212B
Text Example
Text Example
White with #73212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73212B; }
p { color: rgb(115,33,43); }
H1.HeaderClassName
{
color: #73212B;
}
.AnyTagClassName
{
color: #73212B;
}
</style>
background-color css
<style>
a { background-color: #73212B; }
a { background-color: rgb(115,33,43); }
div.DivClassName
{
background-color: #73212B;
}
.BgClassName
{
background-color: #73212B;
}
</style>
border-color css
<style>
span { border-color: #73212B; }
span { border-color: rgb(115,33,43); }
td.TdClassName
{
border-color: #73212B;
}
.TagClassName
{
border-color: #73212B;
}
</style>