Shades of Red Berry #721A22
Tints of Red Berry #721A22
RGB
CMYK
RGB Variations
Color information
#721A22 (or 0x721A22) is known color: Red Berry. HEX triplet: 72, 1A and 22. RGB value is (114,26,34). Sum of RGB (Red+Green+Blue) = 114+26+34=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #721A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A22 is #8DE5DD. Grayscale: #353535. Windows color (decimal): -9299422 or 2234994. OLE color: 2234994.
HSL color Cylindrical-coordinate representation of color #721A22: hue angle of 354.55º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A22 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 26 | 34 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.55 |
| HSL | 354.55º | 0.63% | 0.27% | - |
| HSV(B) | 354.55º | 0.77% | 0.45% | - |
| XYZ | 7.6 | 4.43 | 1.97 | - |
| YUV | 53.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 34 | 0 | 0.77 | 0.70 | 0.55 | 354.55 | 0.63 | 0.27 |
| Hex | 72 | 1A | 22 | 0 | 4D | 46 | 37 | 163 | 3F | 1B |
| Octal | 162 | 32 | 42 | 0 | 115 | 106 | 67 | 543 | 77 | 33 |
| Binary | 1110010 | 11010 | 100010 | 0 | 1001101 | 1000110 | 110111 | 101100011 | 111111 | 11011 |
Color Harmonies of #721A22
Complementary color
Monochromatic Colors of #721A22
Black with #721A22
Text Example
Text Example
White with #721A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721A22; }
p { color: rgb(114,26,34); }
H1.HeaderClassName
{
color: #721A22;
}
.AnyTagClassName
{
color: #721A22;
}
</style>
background-color css
<style>
a { background-color: #721A22; }
a { background-color: rgb(114,26,34); }
div.DivClassName
{
background-color: #721A22;
}
.BgClassName
{
background-color: #721A22;
}
</style>
border-color css
<style>
span { border-color: #721A22; }
span { border-color: rgb(114,26,34); }
td.TdClassName
{
border-color: #721A22;
}
.TagClassName
{
border-color: #721A22;
}
</style>