Shades of Red Berry #721C2B
Tints of Red Berry #721C2B
RGB
CMYK
RGB Variations
Color information
#721C2B (or 0x721C2B) is known color: Red Berry. HEX triplet: 72, 1C and 2B. RGB value is (114,28,43). Sum of RGB (Red+Green+Blue) = 114+28+43=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #721C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C2B is #8DE3D4. Grayscale: #373737. Windows color (decimal): -9298901 or 2825330. OLE color: 2825330.
HSL color Cylindrical-coordinate representation of color #721C2B: hue angle of 349.53º degrees, saturation: 0.61, 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 #721C2B is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 28 | 43 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.55 |
| HSL | 349.53º | 0.61% | 0.28% | - |
| HSV(B) | 349.53º | 0.75% | 0.45% | - |
| XYZ | 7.79 | 4.58 | 2.76 | - |
| YUV | 55.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 43 | 0 | 0.75 | 0.62 | 0.55 | 349.53 | 0.61 | 0.28 |
| Hex | 72 | 1C | 2B | 0 | 4B | 3E | 37 | 15E | 3D | 1C |
| Octal | 162 | 34 | 53 | 0 | 113 | 76 | 67 | 536 | 75 | 34 |
| Binary | 1110010 | 11100 | 101011 | 0 | 1001011 | 111110 | 110111 | 101011110 | 111101 | 11100 |
Color Harmonies of #721C2B
Complementary color
Monochromatic Colors of #721C2B
Black with #721C2B
Text Example
Text Example
White with #721C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C2B; }
p { color: rgb(114,28,43); }
H1.HeaderClassName
{
color: #721C2B;
}
.AnyTagClassName
{
color: #721C2B;
}
</style>
background-color css
<style>
a { background-color: #721C2B; }
a { background-color: rgb(114,28,43); }
div.DivClassName
{
background-color: #721C2B;
}
.BgClassName
{
background-color: #721C2B;
}
</style>
border-color css
<style>
span { border-color: #721C2B; }
span { border-color: rgb(114,28,43); }
td.TdClassName
{
border-color: #721C2B;
}
.TagClassName
{
border-color: #721C2B;
}
</style>