Shades of Red Berry #7C1925
Tints of Red Berry #7C1925
RGB
CMYK
RGB Variations
Color information
#7C1925 (or 0x7C1925) is known color: Red Berry. HEX triplet: 7C, 19 and 25. RGB value is (124,25,37). Sum of RGB (Red+Green+Blue) = 124+25+37=186 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.67% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1925 is #83E6DA. Grayscale: #383838. Windows color (decimal): -8644315 or 2431356. OLE color: 2431356.
HSL color Cylindrical-coordinate representation of color #7C1925: hue angle of 352.73º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C1925 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 25 | 37 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.51 |
| HSL | 352.73º | 0.66% | 0.29% | - |
| HSV(B) | 352.73º | 0.8% | 0.49% | - |
| XYZ | 8.99 | 5.11 | 2.26 | - |
| YUV | 55.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 37 | 0 | 0.80 | 0.70 | 0.51 | 352.73 | 0.66 | 0.29 |
| Hex | 7C | 19 | 25 | 0 | 50 | 46 | 33 | 161 | 42 | 1D |
| Octal | 174 | 31 | 45 | 0 | 120 | 106 | 63 | 541 | 102 | 35 |
| Binary | 1111100 | 11001 | 100101 | 0 | 1010000 | 1000110 | 110011 | 101100001 | 1000010 | 11101 |
Color Harmonies of #7C1925
Complementary color
Monochromatic Colors of #7C1925
Black with #7C1925
Text Example
Text Example
White with #7C1925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1925; }
p { color: rgb(124,25,37); }
H1.HeaderClassName
{
color: #7C1925;
}
.AnyTagClassName
{
color: #7C1925;
}
</style>
background-color css
<style>
a { background-color: #7C1925; }
a { background-color: rgb(124,25,37); }
div.DivClassName
{
background-color: #7C1925;
}
.BgClassName
{
background-color: #7C1925;
}
</style>
border-color css
<style>
span { border-color: #7C1925; }
span { border-color: rgb(124,25,37); }
td.TdClassName
{
border-color: #7C1925;
}
.TagClassName
{
border-color: #7C1925;
}
</style>