Shades of Red Berry #7D151B
Tints of Red Berry #7D151B
RGB
CMYK
RGB Variations
Color information
#7D151B (or 0x7D151B) is known color: Red Berry. HEX triplet: 7D, 15 and 1B. RGB value is (125,21,27). Sum of RGB (Red+Green+Blue) = 125+21+27=173 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.25% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 125 - color contains mainly: red. Hex color #7D151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D151B is #82EAE4. Grayscale: #343434. Windows color (decimal): -8579813 or 1774973. OLE color: 1774973.
HSL color Cylindrical-coordinate representation of color #7D151B: hue angle of 356.54º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D151B is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 21 | 27 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.51 |
| HSL | 356.54º | 0.71% | 0.29% | - |
| HSV(B) | 356.54º | 0.83% | 0.49% | - |
| XYZ | 8.92 | 4.98 | 1.53 | - |
| YUV | 52.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 27 | 0 | 0.83 | 0.78 | 0.51 | 356.54 | 0.71 | 0.29 |
| Hex | 7D | 15 | 1B | 0 | 53 | 4E | 33 | 165 | 47 | 1D |
| Octal | 175 | 25 | 33 | 0 | 123 | 116 | 63 | 545 | 107 | 35 |
| Binary | 1111101 | 10101 | 11011 | 0 | 1010011 | 1001110 | 110011 | 101100101 | 1000111 | 11101 |
Color Harmonies of #7D151B
Complementary color
Monochromatic Colors of #7D151B
Black with #7D151B
Text Example
Text Example
White with #7D151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D151B; }
p { color: rgb(125,21,27); }
H1.HeaderClassName
{
color: #7D151B;
}
.AnyTagClassName
{
color: #7D151B;
}
</style>
background-color css
<style>
a { background-color: #7D151B; }
a { background-color: rgb(125,21,27); }
div.DivClassName
{
background-color: #7D151B;
}
.BgClassName
{
background-color: #7D151B;
}
</style>
border-color css
<style>
span { border-color: #7D151B; }
span { border-color: rgb(125,21,27); }
td.TdClassName
{
border-color: #7D151B;
}
.TagClassName
{
border-color: #7D151B;
}
</style>