Shades of Red Berry #7D1820
Tints of Red Berry #7D1820
RGB
CMYK
RGB Variations
Color information
#7D1820 (or 0x7D1820) is known color: Red Berry. HEX triplet: 7D, 18 and 20. RGB value is (125,24,32). Sum of RGB (Red+Green+Blue) = 125+24+32=181 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.06% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1820 is #82E7DF. Grayscale: #373737. Windows color (decimal): -8579040 or 2103421. OLE color: 2103421.
HSL color Cylindrical-coordinate representation of color #7D1820: hue angle of 355.25º 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 #7D1820 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 32 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.51 |
| HSL | 355.25º | 0.68% | 0.29% | - |
| HSV(B) | 355.25º | 0.81% | 0.49% | - |
| XYZ | 9.04 | 5.12 | 1.88 | - |
| YUV | 55.11 | 114.96 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 32 | 0 | 0.81 | 0.74 | 0.51 | 355.25 | 0.68 | 0.29 |
| Hex | 7D | 18 | 20 | 0 | 51 | 4A | 33 | 163 | 44 | 1D |
| Octal | 175 | 30 | 40 | 0 | 121 | 112 | 63 | 543 | 104 | 35 |
| Binary | 1111101 | 11000 | 100000 | 0 | 1010001 | 1001010 | 110011 | 101100011 | 1000100 | 11101 |
Color Harmonies of #7D1820
Complementary color
Monochromatic Colors of #7D1820
Black with #7D1820
Text Example
Text Example
White with #7D1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1820; }
p { color: rgb(125,24,32); }
H1.HeaderClassName
{
color: #7D1820;
}
.AnyTagClassName
{
color: #7D1820;
}
</style>
background-color css
<style>
a { background-color: #7D1820; }
a { background-color: rgb(125,24,32); }
div.DivClassName
{
background-color: #7D1820;
}
.BgClassName
{
background-color: #7D1820;
}
</style>
border-color css
<style>
span { border-color: #7D1820; }
span { border-color: rgb(125,24,32); }
td.TdClassName
{
border-color: #7D1820;
}
.TagClassName
{
border-color: #7D1820;
}
</style>