Shades of Red Berry #721C2A
Tints of Red Berry #721C2A
RGB
CMYK
RGB Variations
Color information
#721C2A (or 0x721C2A) is known color: Red Berry. HEX triplet: 72, 1C and 2A. RGB value is (114,28,42). Sum of RGB (Red+Green+Blue) = 114+28+42=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #721C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C2A is #8DE3D5. Grayscale: #373737. Windows color (decimal): -9298902 or 2759794. OLE color: 2759794.
HSL color Cylindrical-coordinate representation of color #721C2A: hue angle of 350.23º 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 #721C2A is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 28 | 42 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.55 |
| HSL | 350.23º | 0.61% | 0.28% | - |
| HSV(B) | 350.23º | 0.75% | 0.45% | - |
| XYZ | 7.77 | 4.58 | 2.66 | - |
| YUV | 55.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 42 | 0 | 0.75 | 0.63 | 0.55 | 350.23 | 0.61 | 0.28 |
| Hex | 72 | 1C | 2A | 0 | 4B | 3F | 37 | 15E | 3D | 1C |
| Octal | 162 | 34 | 52 | 0 | 113 | 77 | 67 | 536 | 75 | 34 |
| Binary | 1110010 | 11100 | 101010 | 0 | 1001011 | 111111 | 110111 | 101011110 | 111101 | 11100 |
Color Harmonies of #721C2A
Complementary color
Monochromatic Colors of #721C2A
Black with #721C2A
Text Example
Text Example
White with #721C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C2A; }
p { color: rgb(114,28,42); }
H1.HeaderClassName
{
color: #721C2A;
}
.AnyTagClassName
{
color: #721C2A;
}
</style>
background-color css
<style>
a { background-color: #721C2A; }
a { background-color: rgb(114,28,42); }
div.DivClassName
{
background-color: #721C2A;
}
.BgClassName
{
background-color: #721C2A;
}
</style>
border-color css
<style>
span { border-color: #721C2A; }
span { border-color: rgb(114,28,42); }
td.TdClassName
{
border-color: #721C2A;
}
.TagClassName
{
border-color: #721C2A;
}
</style>