Shades of Red Berry #732122
Tints of Red Berry #732122
RGB
CMYK
RGB Variations
Color information
#732122 (or 0x732122) is known color: Red Berry. HEX triplet: 73, 21 and 22. RGB value is (115,33,34). Sum of RGB (Red+Green+Blue) = 115+33+34=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #732122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732122 is #8CDEDD. Grayscale: #393939. Windows color (decimal): -9232094 or 2236787. OLE color: 2236787.
HSL color Cylindrical-coordinate representation of color #732122: hue angle of 359.27º 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 #732122 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 34 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.55 |
| HSL | 359.27º | 0.55% | 0.29% | - |
| HSV(B) | 359.27º | 0.71% | 0.45% | - |
| XYZ | 7.9 | 4.85 | 2.03 | - |
| YUV | 57.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 34 | 0 | 0.71 | 0.70 | 0.55 | 359.27 | 0.55 | 0.29 |
| Hex | 73 | 21 | 22 | 0 | 47 | 46 | 37 | 167 | 37 | 1D |
| Octal | 163 | 41 | 42 | 0 | 107 | 106 | 67 | 547 | 67 | 35 |
| Binary | 1110011 | 100001 | 100010 | 0 | 1000111 | 1000110 | 110111 | 101100111 | 110111 | 11101 |
Color Harmonies of #732122
Complementary color
Monochromatic Colors of #732122
Black with #732122
Text Example
Text Example
White with #732122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732122; }
p { color: rgb(115,33,34); }
H1.HeaderClassName
{
color: #732122;
}
.AnyTagClassName
{
color: #732122;
}
</style>
background-color css
<style>
a { background-color: #732122; }
a { background-color: rgb(115,33,34); }
div.DivClassName
{
background-color: #732122;
}
.BgClassName
{
background-color: #732122;
}
</style>
border-color css
<style>
span { border-color: #732122; }
span { border-color: rgb(115,33,34); }
td.TdClassName
{
border-color: #732122;
}
.TagClassName
{
border-color: #732122;
}
</style>