Shades of Red Berry #721F2C
Tints of Red Berry #721F2C
RGB
CMYK
RGB Variations
Color information
#721F2C (or 0x721F2C) is known color: Red Berry. HEX triplet: 72, 1F and 2C. RGB value is (114,31,44). Sum of RGB (Red+Green+Blue) = 114+31+44=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #721F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F2C is #8DE0D3. Grayscale: #393939. Windows color (decimal): -9298132 or 2891634. OLE color: 2891634.
HSL color Cylindrical-coordinate representation of color #721F2C: hue angle of 350.6º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #721F2C is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 31 | 44 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.55 |
| HSL | 350.6º | 0.57% | 0.28% | - |
| HSV(B) | 350.6º | 0.73% | 0.45% | - |
| XYZ | 7.88 | 4.74 | 2.88 | - |
| YUV | 57.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 44 | 0 | 0.73 | 0.61 | 0.55 | 350.6 | 0.57 | 0.28 |
| Hex | 72 | 1F | 2C | 0 | 49 | 3D | 37 | 15F | 39 | 1C |
| Octal | 162 | 37 | 54 | 0 | 111 | 75 | 67 | 537 | 71 | 34 |
| Binary | 1110010 | 11111 | 101100 | 0 | 1001001 | 111101 | 110111 | 101011111 | 111001 | 11100 |
Color Harmonies of #721F2C
Complementary color
Monochromatic Colors of #721F2C
Black with #721F2C
Text Example
Text Example
White with #721F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721F2C; }
p { color: rgb(114,31,44); }
H1.HeaderClassName
{
color: #721F2C;
}
.AnyTagClassName
{
color: #721F2C;
}
</style>
background-color css
<style>
a { background-color: #721F2C; }
a { background-color: rgb(114,31,44); }
div.DivClassName
{
background-color: #721F2C;
}
.BgClassName
{
background-color: #721F2C;
}
</style>
border-color css
<style>
span { border-color: #721F2C; }
span { border-color: rgb(114,31,44); }
td.TdClassName
{
border-color: #721F2C;
}
.TagClassName
{
border-color: #721F2C;
}
</style>