Shades of Red Berry #721B2C
Tints of Red Berry #721B2C
RGB
CMYK
RGB Variations
Color information
#721B2C (or 0x721B2C) is known color: Red Berry. HEX triplet: 72, 1B and 2C. RGB value is (114,27,44). Sum of RGB (Red+Green+Blue) = 114+27+44=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #721B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B2C is #8DE4D3. Grayscale: #363636. Windows color (decimal): -9299156 or 2890610. OLE color: 2890610.
HSL color Cylindrical-coordinate representation of color #721B2C: hue angle of 348.28º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721B2C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 44 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.55 |
| HSL | 348.28º | 0.62% | 0.28% | - |
| HSV(B) | 348.28º | 0.76% | 0.45% | - |
| XYZ | 7.79 | 4.54 | 2.85 | - |
| YUV | 54.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 44 | 0 | 0.76 | 0.61 | 0.55 | 348.28 | 0.62 | 0.28 |
| Hex | 72 | 1B | 2C | 0 | 4C | 3D | 37 | 15C | 3E | 1C |
| Octal | 162 | 33 | 54 | 0 | 114 | 75 | 67 | 534 | 76 | 34 |
| Binary | 1110010 | 11011 | 101100 | 0 | 1001100 | 111101 | 110111 | 101011100 | 111110 | 11100 |
Color Harmonies of #721B2C
Complementary color
Monochromatic Colors of #721B2C
Black with #721B2C
Text Example
Text Example
White with #721B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B2C; }
p { color: rgb(114,27,44); }
H1.HeaderClassName
{
color: #721B2C;
}
.AnyTagClassName
{
color: #721B2C;
}
</style>
background-color css
<style>
a { background-color: #721B2C; }
a { background-color: rgb(114,27,44); }
div.DivClassName
{
background-color: #721B2C;
}
.BgClassName
{
background-color: #721B2C;
}
</style>
border-color css
<style>
span { border-color: #721B2C; }
span { border-color: rgb(114,27,44); }
td.TdClassName
{
border-color: #721B2C;
}
.TagClassName
{
border-color: #721B2C;
}
</style>