Shades of Red Berry #7D141B
Tints of Red Berry #7D141B
RGB
CMYK
RGB Variations
Color information
#7D141B (or 0x7D141B) is known color: Red Berry. HEX triplet: 7D, 14 and 1B. RGB value is (125,20,27). Sum of RGB (Red+Green+Blue) = 125+20+27=172 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.67% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 125 - color contains mainly: red. Hex color #7D141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D141B is #82EBE4. Grayscale: #343434. Windows color (decimal): -8580069 or 1774717. OLE color: 1774717.
HSL color Cylindrical-coordinate representation of color #7D141B: hue angle of 356º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D141B is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 20 | 27 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.51 |
| HSL | 356º | 0.72% | 0.28% | - |
| HSV(B) | 356º | 0.84% | 0.49% | - |
| XYZ | 8.91 | 4.94 | 1.52 | - |
| YUV | 52.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 27 | 0 | 0.84 | 0.78 | 0.51 | 356 | 0.72 | 0.28 |
| Hex | 7D | 14 | 1B | 0 | 54 | 4E | 33 | 164 | 48 | 1C |
| Octal | 175 | 24 | 33 | 0 | 124 | 116 | 63 | 544 | 110 | 34 |
| Binary | 1111101 | 10100 | 11011 | 0 | 1010100 | 1001110 | 110011 | 101100100 | 1001000 | 11100 |
Color Harmonies of #7D141B
Complementary color
Monochromatic Colors of #7D141B
Black with #7D141B
Text Example
Text Example
White with #7D141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D141B; }
p { color: rgb(125,20,27); }
H1.HeaderClassName
{
color: #7D141B;
}
.AnyTagClassName
{
color: #7D141B;
}
</style>
background-color css
<style>
a { background-color: #7D141B; }
a { background-color: rgb(125,20,27); }
div.DivClassName
{
background-color: #7D141B;
}
.BgClassName
{
background-color: #7D141B;
}
</style>
border-color css
<style>
span { border-color: #7D141B; }
span { border-color: rgb(125,20,27); }
td.TdClassName
{
border-color: #7D141B;
}
.TagClassName
{
border-color: #7D141B;
}
</style>