Shades of Red Berry #7D1528
Tints of Red Berry #7D1528
RGB
CMYK
RGB Variations
Color information
#7D1528 (or 0x7D1528) is known color: Red Berry. HEX triplet: 7D, 15 and 28. RGB value is (125,21,40). Sum of RGB (Red+Green+Blue) = 125+21+40=186 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.20% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1528 is #82EAD7. Grayscale: #363636. Windows color (decimal): -8579800 or 2626941. OLE color: 2626941.
HSL color Cylindrical-coordinate representation of color #7D1528: hue angle of 349.04º 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 #7D1528 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 21 | 40 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.51 |
| HSL | 349.04º | 0.71% | 0.29% | - |
| HSV(B) | 349.04º | 0.83% | 0.49% | - |
| XYZ | 9.11 | 5.05 | 2.5 | - |
| YUV | 54.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 40 | 0 | 0.83 | 0.68 | 0.51 | 349.04 | 0.71 | 0.29 |
| Hex | 7D | 15 | 28 | 0 | 53 | 44 | 33 | 15D | 47 | 1D |
| Octal | 175 | 25 | 50 | 0 | 123 | 104 | 63 | 535 | 107 | 35 |
| Binary | 1111101 | 10101 | 101000 | 0 | 1010011 | 1000100 | 110011 | 101011101 | 1000111 | 11101 |
Color Harmonies of #7D1528
Complementary color
Monochromatic Colors of #7D1528
Black with #7D1528
Text Example
Text Example
White with #7D1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1528; }
p { color: rgb(125,21,40); }
H1.HeaderClassName
{
color: #7D1528;
}
.AnyTagClassName
{
color: #7D1528;
}
</style>
background-color css
<style>
a { background-color: #7D1528; }
a { background-color: rgb(125,21,40); }
div.DivClassName
{
background-color: #7D1528;
}
.BgClassName
{
background-color: #7D1528;
}
</style>
border-color css
<style>
span { border-color: #7D1528; }
span { border-color: rgb(125,21,40); }
td.TdClassName
{
border-color: #7D1528;
}
.TagClassName
{
border-color: #7D1528;
}
</style>