Shades of Red Berry #73232E
Tints of Red Berry #73232E
RGB
CMYK
RGB Variations
Color information
#73232E (or 0x73232E) is known color: Red Berry. HEX triplet: 73, 23 and 2E. RGB value is (115,35,46). Sum of RGB (Red+Green+Blue) = 115+35+46=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73232E is #8CDCD1. Grayscale: #3C3C3C. Windows color (decimal): -9231570 or 3023731. OLE color: 3023731.
HSL color Cylindrical-coordinate representation of color #73232E: hue angle of 351.75º degrees, saturation: 0.53, 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 #73232E is Cyan = 0, Magento = 0.70, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 35 | 46 | - |
| CMYK | 0 | 0.70 | 0.6 | 0.55 |
| HSL | 351.75º | 0.53% | 0.29% | - |
| HSV(B) | 351.75º | 0.7% | 0.45% | - |
| XYZ | 8.16 | 5.04 | 3.13 | - |
| YUV | 60.17 | 120 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 46 | 0 | 0.70 | 0.6 | 0.55 | 351.75 | 0.53 | 0.29 |
| Hex | 73 | 23 | 2E | 0 | 46 | 3C | 37 | 160 | 35 | 1D |
| Octal | 163 | 43 | 56 | 0 | 106 | 74 | 67 | 540 | 65 | 35 |
| Binary | 1110011 | 100011 | 101110 | 0 | 1000110 | 111100 | 110111 | 101100000 | 110101 | 11101 |
Color Harmonies of #73232E
Complementary color
Monochromatic Colors of #73232E
Black with #73232E
Text Example
Text Example
White with #73232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73232E; }
p { color: rgb(115,35,46); }
H1.HeaderClassName
{
color: #73232E;
}
.AnyTagClassName
{
color: #73232E;
}
</style>
background-color css
<style>
a { background-color: #73232E; }
a { background-color: rgb(115,35,46); }
div.DivClassName
{
background-color: #73232E;
}
.BgClassName
{
background-color: #73232E;
}
</style>
border-color css
<style>
span { border-color: #73232E; }
span { border-color: rgb(115,35,46); }
td.TdClassName
{
border-color: #73232E;
}
.TagClassName
{
border-color: #73232E;
}
</style>