Shades of Red Berry #73232B
Tints of Red Berry #73232B
RGB
CMYK
RGB Variations
Color information
#73232B (or 0x73232B) is known color: Red Berry. HEX triplet: 73, 23 and 2B. RGB value is (115,35,43). Sum of RGB (Red+Green+Blue) = 115+35+43=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73232B is #8CDCD4. Grayscale: #3B3B3B. Windows color (decimal): -9231573 or 2827123. OLE color: 2827123.
HSL color Cylindrical-coordinate representation of color #73232B: hue angle of 354º 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 #73232B is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 35 | 43 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.55 |
| HSL | 354º | 0.53% | 0.29% | - |
| HSV(B) | 354º | 0.7% | 0.45% | - |
| XYZ | 8.11 | 5.02 | 2.83 | - |
| YUV | 59.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 43 | 0 | 0.70 | 0.63 | 0.55 | 354 | 0.53 | 0.29 |
| Hex | 73 | 23 | 2B | 0 | 46 | 3F | 37 | 162 | 35 | 1D |
| Octal | 163 | 43 | 53 | 0 | 106 | 77 | 67 | 542 | 65 | 35 |
| Binary | 1110011 | 100011 | 101011 | 0 | 1000110 | 111111 | 110111 | 101100010 | 110101 | 11101 |
Color Harmonies of #73232B
Complementary color
Monochromatic Colors of #73232B
Black with #73232B
Text Example
Text Example
White with #73232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73232B; }
p { color: rgb(115,35,43); }
H1.HeaderClassName
{
color: #73232B;
}
.AnyTagClassName
{
color: #73232B;
}
</style>
background-color css
<style>
a { background-color: #73232B; }
a { background-color: rgb(115,35,43); }
div.DivClassName
{
background-color: #73232B;
}
.BgClassName
{
background-color: #73232B;
}
</style>
border-color css
<style>
span { border-color: #73232B; }
span { border-color: rgb(115,35,43); }
td.TdClassName
{
border-color: #73232B;
}
.TagClassName
{
border-color: #73232B;
}
</style>