Shades of Red Berry #721F2B
Tints of Red Berry #721F2B
RGB
CMYK
RGB Variations
Color information
#721F2B (or 0x721F2B) is known color: Red Berry. HEX triplet: 72, 1F and 2B. RGB value is (114,31,43). Sum of RGB (Red+Green+Blue) = 114+31+43=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #721F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F2B is #8DE0D4. Grayscale: #393939. Windows color (decimal): -9298133 or 2826098. OLE color: 2826098.
HSL color Cylindrical-coordinate representation of color #721F2B: hue angle of 351.33º 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 #721F2B is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 31 | 43 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.55 |
| HSL | 351.33º | 0.57% | 0.28% | - |
| HSV(B) | 351.33º | 0.73% | 0.45% | - |
| XYZ | 7.87 | 4.73 | 2.78 | - |
| YUV | 57.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 43 | 0 | 0.73 | 0.62 | 0.55 | 351.33 | 0.57 | 0.28 |
| Hex | 72 | 1F | 2B | 0 | 49 | 3E | 37 | 15F | 39 | 1C |
| Octal | 162 | 37 | 53 | 0 | 111 | 76 | 67 | 537 | 71 | 34 |
| Binary | 1110010 | 11111 | 101011 | 0 | 1001001 | 111110 | 110111 | 101011111 | 111001 | 11100 |
Color Harmonies of #721F2B
Complementary color
Monochromatic Colors of #721F2B
Black with #721F2B
Text Example
Text Example
White with #721F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721F2B; }
p { color: rgb(114,31,43); }
H1.HeaderClassName
{
color: #721F2B;
}
.AnyTagClassName
{
color: #721F2B;
}
</style>
background-color css
<style>
a { background-color: #721F2B; }
a { background-color: rgb(114,31,43); }
div.DivClassName
{
background-color: #721F2B;
}
.BgClassName
{
background-color: #721F2B;
}
</style>
border-color css
<style>
span { border-color: #721F2B; }
span { border-color: rgb(114,31,43); }
td.TdClassName
{
border-color: #721F2B;
}
.TagClassName
{
border-color: #721F2B;
}
</style>