Shades of Red Berry #721A27
Tints of Red Berry #721A27
RGB
CMYK
RGB Variations
Color information
#721A27 (or 0x721A27) is known color: Red Berry. HEX triplet: 72, 1A and 27. RGB value is (114,26,39). Sum of RGB (Red+Green+Blue) = 114+26+39=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #721A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A27 is #8DE5D8. Grayscale: #353535. Windows color (decimal): -9299417 or 2562674. OLE color: 2562674.
HSL color Cylindrical-coordinate representation of color #721A27: hue angle of 351.14º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A27 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 26 | 39 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.55 |
| HSL | 351.14º | 0.63% | 0.27% | - |
| HSV(B) | 351.14º | 0.77% | 0.45% | - |
| XYZ | 7.68 | 4.46 | 2.38 | - |
| YUV | 53.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 39 | 0 | 0.77 | 0.66 | 0.55 | 351.14 | 0.63 | 0.27 |
| Hex | 72 | 1A | 27 | 0 | 4D | 42 | 37 | 15F | 3F | 1B |
| Octal | 162 | 32 | 47 | 0 | 115 | 102 | 67 | 537 | 77 | 33 |
| Binary | 1110010 | 11010 | 100111 | 0 | 1001101 | 1000010 | 110111 | 101011111 | 111111 | 11011 |
Color Harmonies of #721A27
Complementary color
Monochromatic Colors of #721A27
Black with #721A27
Text Example
Text Example
White with #721A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721A27; }
p { color: rgb(114,26,39); }
H1.HeaderClassName
{
color: #721A27;
}
.AnyTagClassName
{
color: #721A27;
}
</style>
background-color css
<style>
a { background-color: #721A27; }
a { background-color: rgb(114,26,39); }
div.DivClassName
{
background-color: #721A27;
}
.BgClassName
{
background-color: #721A27;
}
</style>
border-color css
<style>
span { border-color: #721A27; }
span { border-color: rgb(114,26,39); }
td.TdClassName
{
border-color: #721A27;
}
.TagClassName
{
border-color: #721A27;
}
</style>