Shades of Red Berry #721323
Tints of Red Berry #721323
RGB
CMYK
RGB Variations
Color information
#721323 (or 0x721323) is known color: Red Berry. HEX triplet: 72, 13 and 23. RGB value is (114,19,35). Sum of RGB (Red+Green+Blue) = 114+19+35=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #721323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721323 is #8DECDC. Grayscale: #313131. Windows color (decimal): -9301213 or 2298738. OLE color: 2298738.
HSL color Cylindrical-coordinate representation of color #721323: hue angle of 349.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721323 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 35 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.55 |
| HSL | 349.89º | 0.71% | 0.26% | - |
| HSV(B) | 349.89º | 0.83% | 0.45% | - |
| XYZ | 7.48 | 4.16 | 2 | - |
| YUV | 49.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 35 | 0 | 0.83 | 0.69 | 0.55 | 349.89 | 0.71 | 0.26 |
| Hex | 72 | 13 | 23 | 0 | 53 | 45 | 37 | 15E | 47 | 1A |
| Octal | 162 | 23 | 43 | 0 | 123 | 105 | 67 | 536 | 107 | 32 |
| Binary | 1110010 | 10011 | 100011 | 0 | 1010011 | 1000101 | 110111 | 101011110 | 1000111 | 11010 |
Color Harmonies of #721323
Complementary color
Monochromatic Colors of #721323
Black with #721323
Text Example
Text Example
White with #721323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721323; }
p { color: rgb(114,19,35); }
H1.HeaderClassName
{
color: #721323;
}
.AnyTagClassName
{
color: #721323;
}
</style>
background-color css
<style>
a { background-color: #721323; }
a { background-color: rgb(114,19,35); }
div.DivClassName
{
background-color: #721323;
}
.BgClassName
{
background-color: #721323;
}
</style>
border-color css
<style>
span { border-color: #721323; }
span { border-color: rgb(114,19,35); }
td.TdClassName
{
border-color: #721323;
}
.TagClassName
{
border-color: #721323;
}
</style>