Shades of Red Berry #7D131A
Tints of Red Berry #7D131A
RGB
CMYK
RGB Variations
Color information
#7D131A (or 0x7D131A) is known color: Red Berry. HEX triplet: 7D, 13 and 1A. RGB value is (125,19,26). Sum of RGB (Red+Green+Blue) = 125+19+26=170 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.53% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 125 - color contains mainly: red. Hex color #7D131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D131A is #82ECE5. Grayscale: #333333. Windows color (decimal): -8580326 or 1708925. OLE color: 1708925.
HSL color Cylindrical-coordinate representation of color #7D131A: hue angle of 356.04º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D131A is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 26 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.51 |
| HSL | 356.04º | 0.74% | 0.28% | - |
| HSV(B) | 356.04º | 0.85% | 0.49% | - |
| XYZ | 8.88 | 4.9 | 1.46 | - |
| YUV | 51.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 26 | 0 | 0.85 | 0.79 | 0.51 | 356.04 | 0.74 | 0.28 |
| Hex | 7D | 13 | 1A | 0 | 55 | 4F | 33 | 164 | 4A | 1C |
| Octal | 175 | 23 | 32 | 0 | 125 | 117 | 63 | 544 | 112 | 34 |
| Binary | 1111101 | 10011 | 11010 | 0 | 1010101 | 1001111 | 110011 | 101100100 | 1001010 | 11100 |
Color Harmonies of #7D131A
Complementary color
Monochromatic Colors of #7D131A
Black with #7D131A
Text Example
Text Example
White with #7D131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D131A; }
p { color: rgb(125,19,26); }
H1.HeaderClassName
{
color: #7D131A;
}
.AnyTagClassName
{
color: #7D131A;
}
</style>
background-color css
<style>
a { background-color: #7D131A; }
a { background-color: rgb(125,19,26); }
div.DivClassName
{
background-color: #7D131A;
}
.BgClassName
{
background-color: #7D131A;
}
</style>
border-color css
<style>
span { border-color: #7D131A; }
span { border-color: rgb(125,19,26); }
td.TdClassName
{
border-color: #7D131A;
}
.TagClassName
{
border-color: #7D131A;
}
</style>