Shades of Red Berry #732124
Tints of Red Berry #732124
RGB
CMYK
RGB Variations
Color information
#732124 (or 0x732124) is known color: Red Berry. HEX triplet: 73, 21 and 24. RGB value is (115,33,36). Sum of RGB (Red+Green+Blue) = 115+33+36=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #732124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732124 is #8CDEDB. Grayscale: #393939. Windows color (decimal): -9232092 or 2367859. OLE color: 2367859.
HSL color Cylindrical-coordinate representation of color #732124: hue angle of 357.8º 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 #732124 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 36 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.55 |
| HSL | 357.8º | 0.55% | 0.29% | - |
| HSV(B) | 357.8º | 0.71% | 0.45% | - |
| XYZ | 7.93 | 4.86 | 2.19 | - |
| YUV | 57.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 36 | 0 | 0.71 | 0.69 | 0.55 | 357.8 | 0.55 | 0.29 |
| Hex | 73 | 21 | 24 | 0 | 47 | 45 | 37 | 166 | 37 | 1D |
| Octal | 163 | 41 | 44 | 0 | 107 | 105 | 67 | 546 | 67 | 35 |
| Binary | 1110011 | 100001 | 100100 | 0 | 1000111 | 1000101 | 110111 | 101100110 | 110111 | 11101 |
Color Harmonies of #732124
Complementary color
Monochromatic Colors of #732124
Black with #732124
Text Example
Text Example
White with #732124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732124; }
p { color: rgb(115,33,36); }
H1.HeaderClassName
{
color: #732124;
}
.AnyTagClassName
{
color: #732124;
}
</style>
background-color css
<style>
a { background-color: #732124; }
a { background-color: rgb(115,33,36); }
div.DivClassName
{
background-color: #732124;
}
.BgClassName
{
background-color: #732124;
}
</style>
border-color css
<style>
span { border-color: #732124; }
span { border-color: rgb(115,33,36); }
td.TdClassName
{
border-color: #732124;
}
.TagClassName
{
border-color: #732124;
}
</style>