Shades of Red Berry #72141A
Tints of Red Berry #72141A
RGB
CMYK
RGB Variations
Color information
#72141A (or 0x72141A) is known color: Red Berry. HEX triplet: 72, 14 and 1A. RGB value is (114,20,26). Sum of RGB (Red+Green+Blue) = 114+20+26=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #72141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72141A is #8DEBE5. Grayscale: #303030. Windows color (decimal): -9300966 or 1709170. OLE color: 1709170.
HSL color Cylindrical-coordinate representation of color #72141A: hue angle of 356.17º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72141A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 20 | 26 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.55 |
| HSL | 356.17º | 0.7% | 0.26% | - |
| HSV(B) | 356.17º | 0.82% | 0.45% | - |
| XYZ | 7.38 | 4.15 | 1.39 | - |
| YUV | 48.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 26 | 0 | 0.82 | 0.77 | 0.55 | 356.17 | 0.7 | 0.26 |
| Hex | 72 | 14 | 1A | 0 | 52 | 4D | 37 | 164 | 46 | 1A |
| Octal | 162 | 24 | 32 | 0 | 122 | 115 | 67 | 544 | 106 | 32 |
| Binary | 1110010 | 10100 | 11010 | 0 | 1010010 | 1001101 | 110111 | 101100100 | 1000110 | 11010 |
Color Harmonies of #72141A
Complementary color
Monochromatic Colors of #72141A
Black with #72141A
Text Example
Text Example
White with #72141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72141A; }
p { color: rgb(114,20,26); }
H1.HeaderClassName
{
color: #72141A;
}
.AnyTagClassName
{
color: #72141A;
}
</style>
background-color css
<style>
a { background-color: #72141A; }
a { background-color: rgb(114,20,26); }
div.DivClassName
{
background-color: #72141A;
}
.BgClassName
{
background-color: #72141A;
}
</style>
border-color css
<style>
span { border-color: #72141A; }
span { border-color: rgb(114,20,26); }
td.TdClassName
{
border-color: #72141A;
}
.TagClassName
{
border-color: #72141A;
}
</style>