Shades of Red Berry #7D151C
Tints of Red Berry #7D151C
RGB
CMYK
RGB Variations
Color information
#7D151C (or 0x7D151C) is known color: Red Berry. HEX triplet: 7D, 15 and 1C. RGB value is (125,21,28). Sum of RGB (Red+Green+Blue) = 125+21+28=174 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.84% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 125 - color contains mainly: red. Hex color #7D151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D151C is #82EAE3. Grayscale: #343434. Windows color (decimal): -8579812 or 1840509. OLE color: 1840509.
HSL color Cylindrical-coordinate representation of color #7D151C: hue angle of 355.96º 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 #7D151C is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 21 | 28 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.51 |
| HSL | 355.96º | 0.71% | 0.29% | - |
| HSV(B) | 355.96º | 0.83% | 0.49% | - |
| XYZ | 8.94 | 4.98 | 1.59 | - |
| YUV | 52.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 28 | 0 | 0.83 | 0.78 | 0.51 | 355.96 | 0.71 | 0.29 |
| Hex | 7D | 15 | 1C | 0 | 53 | 4E | 33 | 164 | 47 | 1D |
| Octal | 175 | 25 | 34 | 0 | 123 | 116 | 63 | 544 | 107 | 35 |
| Binary | 1111101 | 10101 | 11100 | 0 | 1010011 | 1001110 | 110011 | 101100100 | 1000111 | 11101 |
Color Harmonies of #7D151C
Complementary color
Monochromatic Colors of #7D151C
Black with #7D151C
Text Example
Text Example
White with #7D151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D151C; }
p { color: rgb(125,21,28); }
H1.HeaderClassName
{
color: #7D151C;
}
.AnyTagClassName
{
color: #7D151C;
}
</style>
background-color css
<style>
a { background-color: #7D151C; }
a { background-color: rgb(125,21,28); }
div.DivClassName
{
background-color: #7D151C;
}
.BgClassName
{
background-color: #7D151C;
}
</style>
border-color css
<style>
span { border-color: #7D151C; }
span { border-color: rgb(125,21,28); }
td.TdClassName
{
border-color: #7D151C;
}
.TagClassName
{
border-color: #7D151C;
}
</style>