Shades of Red Berry #721223
Tints of Red Berry #721223
RGB
CMYK
RGB Variations
Color information
#721223 (or 0x721223) is known color: Red Berry. HEX triplet: 72, 12 and 23. RGB value is (114,18,35). Sum of RGB (Red+Green+Blue) = 114+18+35=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #721223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721223 is #8DEDDC. Grayscale: #303030. Windows color (decimal): -9301469 or 2298482. OLE color: 2298482.
HSL color Cylindrical-coordinate representation of color #721223: hue angle of 349.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721223 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 35 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.55 |
| HSL | 349.38º | 0.73% | 0.26% | - |
| HSV(B) | 349.38º | 0.84% | 0.45% | - |
| XYZ | 7.46 | 4.13 | 1.99 | - |
| YUV | 48.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 35 | 0 | 0.84 | 0.69 | 0.55 | 349.38 | 0.73 | 0.26 |
| Hex | 72 | 12 | 23 | 0 | 54 | 45 | 37 | 15D | 49 | 1A |
| Octal | 162 | 22 | 43 | 0 | 124 | 105 | 67 | 535 | 111 | 32 |
| Binary | 1110010 | 10010 | 100011 | 0 | 1010100 | 1000101 | 110111 | 101011101 | 1001001 | 11010 |
Color Harmonies of #721223
Complementary color
Monochromatic Colors of #721223
Black with #721223
Text Example
Text Example
White with #721223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721223; }
p { color: rgb(114,18,35); }
H1.HeaderClassName
{
color: #721223;
}
.AnyTagClassName
{
color: #721223;
}
</style>
background-color css
<style>
a { background-color: #721223; }
a { background-color: rgb(114,18,35); }
div.DivClassName
{
background-color: #721223;
}
.BgClassName
{
background-color: #721223;
}
</style>
border-color css
<style>
span { border-color: #721223; }
span { border-color: rgb(114,18,35); }
td.TdClassName
{
border-color: #721223;
}
.TagClassName
{
border-color: #721223;
}
</style>