Shades of Red Berry #72111A
Tints of Red Berry #72111A
RGB
CMYK
RGB Variations
Color information
#72111A (or 0x72111A) is known color: Red Berry. HEX triplet: 72, 11 and 1A. RGB value is (114,17,26). Sum of RGB (Red+Green+Blue) = 114+17+26=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #72111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72111A is #8DEEE5. Grayscale: #2F2F2F. Windows color (decimal): -9301734 or 1708402. OLE color: 1708402.
HSL color Cylindrical-coordinate representation of color #72111A: hue angle of 354.43º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72111A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 26 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.55 |
| HSL | 354.43º | 0.74% | 0.26% | - |
| HSV(B) | 354.43º | 0.85% | 0.45% | - |
| XYZ | 7.33 | 4.05 | 1.37 | - |
| YUV | 47.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 26 | 0 | 0.85 | 0.77 | 0.55 | 354.43 | 0.74 | 0.26 |
| Hex | 72 | 11 | 1A | 0 | 55 | 4D | 37 | 162 | 4A | 1A |
| Octal | 162 | 21 | 32 | 0 | 125 | 115 | 67 | 542 | 112 | 32 |
| Binary | 1110010 | 10001 | 11010 | 0 | 1010101 | 1001101 | 110111 | 101100010 | 1001010 | 11010 |
Color Harmonies of #72111A
Complementary color
Monochromatic Colors of #72111A
Black with #72111A
Text Example
Text Example
White with #72111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72111A; }
p { color: rgb(114,17,26); }
H1.HeaderClassName
{
color: #72111A;
}
.AnyTagClassName
{
color: #72111A;
}
</style>
background-color css
<style>
a { background-color: #72111A; }
a { background-color: rgb(114,17,26); }
div.DivClassName
{
background-color: #72111A;
}
.BgClassName
{
background-color: #72111A;
}
</style>
border-color css
<style>
span { border-color: #72111A; }
span { border-color: rgb(114,17,26); }
td.TdClassName
{
border-color: #72111A;
}
.TagClassName
{
border-color: #72111A;
}
</style>