Shades of Red Berry #721D26
Tints of Red Berry #721D26
RGB
CMYK
RGB Variations
Color information
#721D26 (or 0x721D26) is known color: Red Berry. HEX triplet: 72, 1D and 26. RGB value is (114,29,38). Sum of RGB (Red+Green+Blue) = 114+29+38=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #721D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D26 is #8DE2D9. Grayscale: #373737. Windows color (decimal): -9298650 or 2497906. OLE color: 2497906.
HSL color Cylindrical-coordinate representation of color #721D26: hue angle of 353.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D26 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 29 | 38 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.55 |
| HSL | 353.65º | 0.59% | 0.28% | - |
| HSV(B) | 353.65º | 0.75% | 0.45% | - |
| XYZ | 7.73 | 4.6 | 2.31 | - |
| YUV | 55.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 38 | 0 | 0.75 | 0.67 | 0.55 | 353.65 | 0.59 | 0.28 |
| Hex | 72 | 1D | 26 | 0 | 4B | 43 | 37 | 162 | 3B | 1C |
| Octal | 162 | 35 | 46 | 0 | 113 | 103 | 67 | 542 | 73 | 34 |
| Binary | 1110010 | 11101 | 100110 | 0 | 1001011 | 1000011 | 110111 | 101100010 | 111011 | 11100 |
Color Harmonies of #721D26
Complementary color
Monochromatic Colors of #721D26
Black with #721D26
Text Example
Text Example
White with #721D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D26; }
p { color: rgb(114,29,38); }
H1.HeaderClassName
{
color: #721D26;
}
.AnyTagClassName
{
color: #721D26;
}
</style>
background-color css
<style>
a { background-color: #721D26; }
a { background-color: rgb(114,29,38); }
div.DivClassName
{
background-color: #721D26;
}
.BgClassName
{
background-color: #721D26;
}
</style>
border-color css
<style>
span { border-color: #721D26; }
span { border-color: rgb(114,29,38); }
td.TdClassName
{
border-color: #721D26;
}
.TagClassName
{
border-color: #721D26;
}
</style>