Shades of Red Berry #72101A
Tints of Red Berry #72101A
RGB
CMYK
RGB Variations
Color information
#72101A (or 0x72101A) is known color: Red Berry. HEX triplet: 72, 10 and 1A. RGB value is (114,16,26). Sum of RGB (Red+Green+Blue) = 114+16+26=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #72101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72101A is #8DEFE5. Grayscale: #2E2E2E. Windows color (decimal): -9301990 or 1708146. OLE color: 1708146.
HSL color Cylindrical-coordinate representation of color #72101A: hue angle of 353.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72101A is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 16 | 26 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.55 |
| HSL | 353.88º | 0.75% | 0.25% | - |
| HSV(B) | 353.88º | 0.86% | 0.45% | - |
| XYZ | 7.31 | 4.02 | 1.37 | - |
| YUV | 46.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 26 | 0 | 0.86 | 0.77 | 0.55 | 353.88 | 0.75 | 0.25 |
| Hex | 72 | 10 | 1A | 0 | 56 | 4D | 37 | 162 | 4B | 19 |
| Octal | 162 | 20 | 32 | 0 | 126 | 115 | 67 | 542 | 113 | 31 |
| Binary | 1110010 | 10000 | 11010 | 0 | 1010110 | 1001101 | 110111 | 101100010 | 1001011 | 11001 |
Color Harmonies of #72101A
Complementary color
Monochromatic Colors of #72101A
Black with #72101A
Text Example
Text Example
White with #72101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72101A; }
p { color: rgb(114,16,26); }
H1.HeaderClassName
{
color: #72101A;
}
.AnyTagClassName
{
color: #72101A;
}
</style>
background-color css
<style>
a { background-color: #72101A; }
a { background-color: rgb(114,16,26); }
div.DivClassName
{
background-color: #72101A;
}
.BgClassName
{
background-color: #72101A;
}
</style>
border-color css
<style>
span { border-color: #72101A; }
span { border-color: rgb(114,16,26); }
td.TdClassName
{
border-color: #72101A;
}
.TagClassName
{
border-color: #72101A;
}
</style>