Shades of Red Berry #721B22
Tints of Red Berry #721B22
RGB
CMYK
RGB Variations
Color information
#721B22 (or 0x721B22) is known color: Red Berry. HEX triplet: 72, 1B and 22. RGB value is (114,27,34). Sum of RGB (Red+Green+Blue) = 114+27+34=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #721B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B22 is #8DE4DD. Grayscale: #353535. Windows color (decimal): -9299166 or 2235250. OLE color: 2235250.
HSL color Cylindrical-coordinate representation of color #721B22: hue angle of 355.17º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721B22 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 34 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.55 |
| HSL | 355.17º | 0.62% | 0.28% | - |
| HSV(B) | 355.17º | 0.76% | 0.45% | - |
| XYZ | 7.62 | 4.48 | 1.98 | - |
| YUV | 53.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 34 | 0 | 0.76 | 0.70 | 0.55 | 355.17 | 0.62 | 0.28 |
| Hex | 72 | 1B | 22 | 0 | 4C | 46 | 37 | 163 | 3E | 1C |
| Octal | 162 | 33 | 42 | 0 | 114 | 106 | 67 | 543 | 76 | 34 |
| Binary | 1110010 | 11011 | 100010 | 0 | 1001100 | 1000110 | 110111 | 101100011 | 111110 | 11100 |
Color Harmonies of #721B22
Complementary color
Monochromatic Colors of #721B22
Black with #721B22
Text Example
Text Example
White with #721B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B22; }
p { color: rgb(114,27,34); }
H1.HeaderClassName
{
color: #721B22;
}
.AnyTagClassName
{
color: #721B22;
}
</style>
background-color css
<style>
a { background-color: #721B22; }
a { background-color: rgb(114,27,34); }
div.DivClassName
{
background-color: #721B22;
}
.BgClassName
{
background-color: #721B22;
}
</style>
border-color css
<style>
span { border-color: #721B22; }
span { border-color: rgb(114,27,34); }
td.TdClassName
{
border-color: #721B22;
}
.TagClassName
{
border-color: #721B22;
}
</style>