Shades of Red Berry #721025
Tints of Red Berry #721025
RGB
CMYK
RGB Variations
Color information
#721025 (or 0x721025) is known color: Red Berry. HEX triplet: 72, 10 and 25. RGB value is (114,16,37). Sum of RGB (Red+Green+Blue) = 114+16+37=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #721025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721025 is #8DEFDA. Grayscale: #2F2F2F. Windows color (decimal): -9301979 or 2429042. OLE color: 2429042.
HSL color Cylindrical-coordinate representation of color #721025: hue angle of 347.14º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721025 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 16 | 37 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.55 |
| HSL | 347.14º | 0.75% | 0.25% | - |
| HSV(B) | 347.14º | 0.86% | 0.45% | - |
| XYZ | 7.46 | 4.08 | 2.14 | - |
| YUV | 47.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 37 | 0 | 0.86 | 0.68 | 0.55 | 347.14 | 0.75 | 0.25 |
| Hex | 72 | 10 | 25 | 0 | 56 | 44 | 37 | 15B | 4B | 19 |
| Octal | 162 | 20 | 45 | 0 | 126 | 104 | 67 | 533 | 113 | 31 |
| Binary | 1110010 | 10000 | 100101 | 0 | 1010110 | 1000100 | 110111 | 101011011 | 1001011 | 11001 |
Color Harmonies of #721025
Complementary color
Monochromatic Colors of #721025
Black with #721025
Text Example
Text Example
White with #721025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721025; }
p { color: rgb(114,16,37); }
H1.HeaderClassName
{
color: #721025;
}
.AnyTagClassName
{
color: #721025;
}
</style>
background-color css
<style>
a { background-color: #721025; }
a { background-color: rgb(114,16,37); }
div.DivClassName
{
background-color: #721025;
}
.BgClassName
{
background-color: #721025;
}
</style>
border-color css
<style>
span { border-color: #721025; }
span { border-color: rgb(114,16,37); }
td.TdClassName
{
border-color: #721025;
}
.TagClassName
{
border-color: #721025;
}
</style>