Shades of Red Berry #751124
Tints of Red Berry #751124
RGB
CMYK
RGB Variations
Color information
#751124 (or 0x751124) is known color: Red Berry. HEX triplet: 75, 11 and 24. RGB value is (117,17,36). Sum of RGB (Red+Green+Blue) = 117+17+36=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #751124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751124 is #8AEEDB. Grayscale: #313131. Windows color (decimal): -9105116 or 2363765. OLE color: 2363765.
HSL color Cylindrical-coordinate representation of color #751124: hue angle of 348.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751124 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 36 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.54 |
| HSL | 348.6º | 0.75% | 0.26% | - |
| HSV(B) | 348.6º | 0.85% | 0.46% | - |
| XYZ | 7.86 | 4.31 | 2.09 | - |
| YUV | 49.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 36 | 0 | 0.85 | 0.69 | 0.54 | 348.6 | 0.75 | 0.26 |
| Hex | 75 | 11 | 24 | 0 | 55 | 45 | 36 | 15D | 4B | 1A |
| Octal | 165 | 21 | 44 | 0 | 125 | 105 | 66 | 535 | 113 | 32 |
| Binary | 1110101 | 10001 | 100100 | 0 | 1010101 | 1000101 | 110110 | 101011101 | 1001011 | 11010 |
Color Harmonies of #751124
Complementary color
Monochromatic Colors of #751124
Black with #751124
Text Example
Text Example
White with #751124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751124; }
p { color: rgb(117,17,36); }
H1.HeaderClassName
{
color: #751124;
}
.AnyTagClassName
{
color: #751124;
}
</style>
background-color css
<style>
a { background-color: #751124; }
a { background-color: rgb(117,17,36); }
div.DivClassName
{
background-color: #751124;
}
.BgClassName
{
background-color: #751124;
}
</style>
border-color css
<style>
span { border-color: #751124; }
span { border-color: rgb(117,17,36); }
td.TdClassName
{
border-color: #751124;
}
.TagClassName
{
border-color: #751124;
}
</style>