Shades of Red Berry #721523
Tints of Red Berry #721523
RGB
CMYK
RGB Variations
Color information
#721523 (or 0x721523) is known color: Red Berry. HEX triplet: 72, 15 and 23. RGB value is (114,21,35). Sum of RGB (Red+Green+Blue) = 114+21+35=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #721523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721523 is #8DEADC. Grayscale: #323232. Windows color (decimal): -9300701 or 2299250. OLE color: 2299250.
HSL color Cylindrical-coordinate representation of color #721523: hue angle of 350.97º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721523 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 35 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.55 |
| HSL | 350.97º | 0.69% | 0.26% | - |
| HSV(B) | 350.97º | 0.82% | 0.45% | - |
| XYZ | 7.51 | 4.24 | 2.01 | - |
| YUV | 50.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 35 | 0 | 0.82 | 0.69 | 0.55 | 350.97 | 0.69 | 0.26 |
| Hex | 72 | 15 | 23 | 0 | 52 | 45 | 37 | 15F | 45 | 1A |
| Octal | 162 | 25 | 43 | 0 | 122 | 105 | 67 | 537 | 105 | 32 |
| Binary | 1110010 | 10101 | 100011 | 0 | 1010010 | 1000101 | 110111 | 101011111 | 1000101 | 11010 |
Color Harmonies of #721523
Complementary color
Monochromatic Colors of #721523
Black with #721523
Text Example
Text Example
White with #721523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721523; }
p { color: rgb(114,21,35); }
H1.HeaderClassName
{
color: #721523;
}
.AnyTagClassName
{
color: #721523;
}
</style>
background-color css
<style>
a { background-color: #721523; }
a { background-color: rgb(114,21,35); }
div.DivClassName
{
background-color: #721523;
}
.BgClassName
{
background-color: #721523;
}
</style>
border-color css
<style>
span { border-color: #721523; }
span { border-color: rgb(114,21,35); }
td.TdClassName
{
border-color: #721523;
}
.TagClassName
{
border-color: #721523;
}
</style>