Shades of Red Berry #7D1828
Tints of Red Berry #7D1828
RGB
CMYK
RGB Variations
Color information
#7D1828 (or 0x7D1828) is known color: Red Berry. HEX triplet: 7D, 18 and 28. RGB value is (125,24,40). Sum of RGB (Red+Green+Blue) = 125+24+40=189 (25% of max value = 765). Red value is 125 (49.22% from 255 or 66.14% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1828 is #82E7D7. Grayscale: #383838. Windows color (decimal): -8579032 or 2627709. OLE color: 2627709.
HSL color Cylindrical-coordinate representation of color #7D1828: hue angle of 350.5º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D1828 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 40 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.51 |
| HSL | 350.5º | 0.68% | 0.29% | - |
| HSV(B) | 350.5º | 0.81% | 0.49% | - |
| XYZ | 9.17 | 5.17 | 2.52 | - |
| YUV | 56.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 40 | 0 | 0.81 | 0.68 | 0.51 | 350.5 | 0.68 | 0.29 |
| Hex | 7D | 18 | 28 | 0 | 51 | 44 | 33 | 15E | 44 | 1D |
| Octal | 175 | 30 | 50 | 0 | 121 | 104 | 63 | 536 | 104 | 35 |
| Binary | 1111101 | 11000 | 101000 | 0 | 1010001 | 1000100 | 110011 | 101011110 | 1000100 | 11101 |
Color Harmonies of #7D1828
Complementary color
Monochromatic Colors of #7D1828
Black with #7D1828
Text Example
Text Example
White with #7D1828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1828; }
p { color: rgb(125,24,40); }
H1.HeaderClassName
{
color: #7D1828;
}
.AnyTagClassName
{
color: #7D1828;
}
</style>
background-color css
<style>
a { background-color: #7D1828; }
a { background-color: rgb(125,24,40); }
div.DivClassName
{
background-color: #7D1828;
}
.BgClassName
{
background-color: #7D1828;
}
</style>
border-color css
<style>
span { border-color: #7D1828; }
span { border-color: rgb(125,24,40); }
td.TdClassName
{
border-color: #7D1828;
}
.TagClassName
{
border-color: #7D1828;
}
</style>