Shades of Red Berry #73202B
Tints of Red Berry #73202B
RGB
CMYK
RGB Variations
Color information
#73202B (or 0x73202B) is known color: Red Berry. HEX triplet: 73, 20 and 2B. RGB value is (115,32,43). Sum of RGB (Red+Green+Blue) = 115+32+43=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #73202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73202B is #8CDFD4. Grayscale: #3A3A3A. Windows color (decimal): -9232341 or 2826355. OLE color: 2826355.
HSL color Cylindrical-coordinate representation of color #73202B: hue angle of 352.05º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73202B is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 43 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.55 |
| HSL | 352.05º | 0.56% | 0.29% | - |
| HSV(B) | 352.05º | 0.72% | 0.45% | - |
| XYZ | 8.02 | 4.85 | 2.8 | - |
| YUV | 58.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 43 | 0 | 0.72 | 0.63 | 0.55 | 352.05 | 0.56 | 0.29 |
| Hex | 73 | 20 | 2B | 0 | 48 | 3F | 37 | 160 | 38 | 1D |
| Octal | 163 | 40 | 53 | 0 | 110 | 77 | 67 | 540 | 70 | 35 |
| Binary | 1110011 | 100000 | 101011 | 0 | 1001000 | 111111 | 110111 | 101100000 | 111000 | 11101 |
Color Harmonies of #73202B
Complementary color
Monochromatic Colors of #73202B
Black with #73202B
Text Example
Text Example
White with #73202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73202B; }
p { color: rgb(115,32,43); }
H1.HeaderClassName
{
color: #73202B;
}
.AnyTagClassName
{
color: #73202B;
}
</style>
background-color css
<style>
a { background-color: #73202B; }
a { background-color: rgb(115,32,43); }
div.DivClassName
{
background-color: #73202B;
}
.BgClassName
{
background-color: #73202B;
}
</style>
border-color css
<style>
span { border-color: #73202B; }
span { border-color: rgb(115,32,43); }
td.TdClassName
{
border-color: #73202B;
}
.TagClassName
{
border-color: #73202B;
}
</style>