Shades of Red Berry #7D132A
Tints of Red Berry #7D132A
RGB
CMYK
RGB Variations
Color information
#7D132A (or 0x7D132A) is known color: Red Berry. HEX triplet: 7D, 13 and 2A. RGB value is (125,19,42). Sum of RGB (Red+Green+Blue) = 125+19+42=186 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.20% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 125 - color contains mainly: red. Hex color #7D132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D132A is #82ECD5. Grayscale: #353535. Windows color (decimal): -8580310 or 2757501. OLE color: 2757501.
HSL color Cylindrical-coordinate representation of color #7D132A: hue angle of 346.98º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D132A is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 42 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.51 |
| HSL | 346.98º | 0.74% | 0.28% | - |
| HSV(B) | 346.98º | 0.85% | 0.49% | - |
| XYZ | 9.11 | 4.99 | 2.67 | - |
| YUV | 53.32 | 121.62 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 42 | 0 | 0.85 | 0.66 | 0.51 | 346.98 | 0.74 | 0.28 |
| Hex | 7D | 13 | 2A | 0 | 55 | 42 | 33 | 15B | 4A | 1C |
| Octal | 175 | 23 | 52 | 0 | 125 | 102 | 63 | 533 | 112 | 34 |
| Binary | 1111101 | 10011 | 101010 | 0 | 1010101 | 1000010 | 110011 | 101011011 | 1001010 | 11100 |
Color Harmonies of #7D132A
Complementary color
Monochromatic Colors of #7D132A
Black with #7D132A
Text Example
Text Example
White with #7D132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D132A; }
p { color: rgb(125,19,42); }
H1.HeaderClassName
{
color: #7D132A;
}
.AnyTagClassName
{
color: #7D132A;
}
</style>
background-color css
<style>
a { background-color: #7D132A; }
a { background-color: rgb(125,19,42); }
div.DivClassName
{
background-color: #7D132A;
}
.BgClassName
{
background-color: #7D132A;
}
</style>
border-color css
<style>
span { border-color: #7D132A; }
span { border-color: rgb(125,19,42); }
td.TdClassName
{
border-color: #7D132A;
}
.TagClassName
{
border-color: #7D132A;
}
</style>