Shades of Red Berry #7D191A
Tints of Red Berry #7D191A
RGB
CMYK
RGB Variations
Color information
#7D191A (or 0x7D191A) is known color: Red Berry. HEX triplet: 7D, 19 and 1A. RGB value is (125,25,26). Sum of RGB (Red+Green+Blue) = 125+25+26=176 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.02% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 125 - color contains mainly: red. Hex color #7D191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D191A is #82E6E5. Grayscale: #373737. Windows color (decimal): -8578790 or 1710461. OLE color: 1710461.
HSL color Cylindrical-coordinate representation of color #7D191A: hue angle of 359.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D191A is Cyan = 0, Magento = 0.8, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 25 | 26 | - |
| CMYK | 0 | 0.8 | 0.79 | 0.51 |
| HSL | 359.4º | 0.67% | 0.29% | - |
| HSV(B) | 359.4º | 0.8% | 0.49% | - |
| XYZ | 8.99 | 5.13 | 1.49 | - |
| YUV | 55.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 25 | 26 | 0 | 0.8 | 0.79 | 0.51 | 359.4 | 0.67 | 0.29 |
| Hex | 7D | 19 | 1A | 0 | 50 | 4F | 33 | 167 | 43 | 1D |
| Octal | 175 | 31 | 32 | 0 | 120 | 117 | 63 | 547 | 103 | 35 |
| Binary | 1111101 | 11001 | 11010 | 0 | 1010000 | 1001111 | 110011 | 101100111 | 1000011 | 11101 |
Color Harmonies of #7D191A
Complementary color
Monochromatic Colors of #7D191A
Black with #7D191A
Text Example
Text Example
White with #7D191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D191A; }
p { color: rgb(125,25,26); }
H1.HeaderClassName
{
color: #7D191A;
}
.AnyTagClassName
{
color: #7D191A;
}
</style>
background-color css
<style>
a { background-color: #7D191A; }
a { background-color: rgb(125,25,26); }
div.DivClassName
{
background-color: #7D191A;
}
.BgClassName
{
background-color: #7D191A;
}
</style>
border-color css
<style>
span { border-color: #7D191A; }
span { border-color: rgb(125,25,26); }
td.TdClassName
{
border-color: #7D191A;
}
.TagClassName
{
border-color: #7D191A;
}
</style>