Shades of Red Berry #721B1F
Tints of Red Berry #721B1F
RGB
CMYK
RGB Variations
Color information
#721B1F (or 0x721B1F) is known color: Red Berry. HEX triplet: 72, 1B and 1F. RGB value is (114,27,31). Sum of RGB (Red+Green+Blue) = 114+27+31=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #721B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B1F is #8DE4E0. Grayscale: #353535. Windows color (decimal): -9299169 or 2038642. OLE color: 2038642.
HSL color Cylindrical-coordinate representation of color #721B1F: hue angle of 357.24º 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 #721B1F is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 31 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.55 |
| HSL | 357.24º | 0.62% | 0.28% | - |
| HSV(B) | 357.24º | 0.76% | 0.45% | - |
| XYZ | 7.58 | 4.46 | 1.76 | - |
| YUV | 53.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 31 | 0 | 0.76 | 0.73 | 0.55 | 357.24 | 0.62 | 0.28 |
| Hex | 72 | 1B | 1F | 0 | 4C | 49 | 37 | 165 | 3E | 1C |
| Octal | 162 | 33 | 37 | 0 | 114 | 111 | 67 | 545 | 76 | 34 |
| Binary | 1110010 | 11011 | 11111 | 0 | 1001100 | 1001001 | 110111 | 101100101 | 111110 | 11100 |
Color Harmonies of #721B1F
Complementary color
Monochromatic Colors of #721B1F
Black with #721B1F
Text Example
Text Example
White with #721B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B1F; }
p { color: rgb(114,27,31); }
H1.HeaderClassName
{
color: #721B1F;
}
.AnyTagClassName
{
color: #721B1F;
}
</style>
background-color css
<style>
a { background-color: #721B1F; }
a { background-color: rgb(114,27,31); }
div.DivClassName
{
background-color: #721B1F;
}
.BgClassName
{
background-color: #721B1F;
}
</style>
border-color css
<style>
span { border-color: #721B1F; }
span { border-color: rgb(114,27,31); }
td.TdClassName
{
border-color: #721B1F;
}
.TagClassName
{
border-color: #721B1F;
}
</style>