Shades of Red Berry #7D1427
Tints of Red Berry #7D1427
RGB
CMYK
RGB Variations
Color information
#7D1427 (or 0x7D1427) is known color: Red Berry. HEX triplet: 7D, 14 and 27. RGB value is (125,20,39). Sum of RGB (Red+Green+Blue) = 125+20+39=184 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.93% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1427 is #82EBD8. Grayscale: #353535. Windows color (decimal): -8580057 or 2561149. OLE color: 2561149.
HSL color Cylindrical-coordinate representation of color #7D1427: hue angle of 349.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1427 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 20 | 39 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.51 |
| HSL | 349.14º | 0.72% | 0.28% | - |
| HSV(B) | 349.14º | 0.84% | 0.49% | - |
| XYZ | 9.07 | 5.01 | 2.41 | - |
| YUV | 53.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 39 | 0 | 0.84 | 0.69 | 0.51 | 349.14 | 0.72 | 0.28 |
| Hex | 7D | 14 | 27 | 0 | 54 | 45 | 33 | 15D | 48 | 1C |
| Octal | 175 | 24 | 47 | 0 | 124 | 105 | 63 | 535 | 110 | 34 |
| Binary | 1111101 | 10100 | 100111 | 0 | 1010100 | 1000101 | 110011 | 101011101 | 1001000 | 11100 |
Color Harmonies of #7D1427
Complementary color
Monochromatic Colors of #7D1427
Black with #7D1427
Text Example
Text Example
White with #7D1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1427; }
p { color: rgb(125,20,39); }
H1.HeaderClassName
{
color: #7D1427;
}
.AnyTagClassName
{
color: #7D1427;
}
</style>
background-color css
<style>
a { background-color: #7D1427; }
a { background-color: rgb(125,20,39); }
div.DivClassName
{
background-color: #7D1427;
}
.BgClassName
{
background-color: #7D1427;
}
</style>
border-color css
<style>
span { border-color: #7D1427; }
span { border-color: rgb(125,20,39); }
td.TdClassName
{
border-color: #7D1427;
}
.TagClassName
{
border-color: #7D1427;
}
</style>