Shades of Red Berry #73202D
Tints of Red Berry #73202D
RGB
CMYK
RGB Variations
Color information
#73202D (or 0x73202D) is known color: Red Berry. HEX triplet: 73, 20 and 2D. RGB value is (115,32,45). Sum of RGB (Red+Green+Blue) = 115+32+45=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #73202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73202D is #8CDFD2. Grayscale: #3A3A3A. Windows color (decimal): -9232339 or 2957427. OLE color: 2957427.
HSL color Cylindrical-coordinate representation of color #73202D: hue angle of 350.6º 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 #73202D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 45 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.55 |
| HSL | 350.6º | 0.56% | 0.29% | - |
| HSV(B) | 350.6º | 0.72% | 0.45% | - |
| XYZ | 8.06 | 4.87 | 3 | - |
| YUV | 58.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 45 | 0 | 0.72 | 0.61 | 0.55 | 350.6 | 0.56 | 0.29 |
| Hex | 73 | 20 | 2D | 0 | 48 | 3D | 37 | 15F | 38 | 1D |
| Octal | 163 | 40 | 55 | 0 | 110 | 75 | 67 | 537 | 70 | 35 |
| Binary | 1110011 | 100000 | 101101 | 0 | 1001000 | 111101 | 110111 | 101011111 | 111000 | 11101 |
Color Harmonies of #73202D
Complementary color
Monochromatic Colors of #73202D
Black with #73202D
Text Example
Text Example
White with #73202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73202D; }
p { color: rgb(115,32,45); }
H1.HeaderClassName
{
color: #73202D;
}
.AnyTagClassName
{
color: #73202D;
}
</style>
background-color css
<style>
a { background-color: #73202D; }
a { background-color: rgb(115,32,45); }
div.DivClassName
{
background-color: #73202D;
}
.BgClassName
{
background-color: #73202D;
}
</style>
border-color css
<style>
span { border-color: #73202D; }
span { border-color: rgb(115,32,45); }
td.TdClassName
{
border-color: #73202D;
}
.TagClassName
{
border-color: #73202D;
}
</style>