Shades of Red Berry #751824
Tints of Red Berry #751824
RGB
CMYK
RGB Variations
Color information
#751824 (or 0x751824) is known color: Red Berry. HEX triplet: 75, 18 and 24. RGB value is (117,24,36). Sum of RGB (Red+Green+Blue) = 117+24+36=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #751824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751824 is #8AE7DB. Grayscale: #353535. Windows color (decimal): -9103324 or 2365557. OLE color: 2365557.
HSL color Cylindrical-coordinate representation of color #751824: hue angle of 352.26º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751824 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 24 | 36 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.54 |
| HSL | 352.26º | 0.66% | 0.28% | - |
| HSV(B) | 352.26º | 0.79% | 0.46% | - |
| XYZ | 7.98 | 4.56 | 2.13 | - |
| YUV | 53.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 36 | 0 | 0.79 | 0.69 | 0.54 | 352.26 | 0.66 | 0.28 |
| Hex | 75 | 18 | 24 | 0 | 4F | 45 | 36 | 160 | 42 | 1C |
| Octal | 165 | 30 | 44 | 0 | 117 | 105 | 66 | 540 | 102 | 34 |
| Binary | 1110101 | 11000 | 100100 | 0 | 1001111 | 1000101 | 110110 | 101100000 | 1000010 | 11100 |
Color Harmonies of #751824
Complementary color
Monochromatic Colors of #751824
Black with #751824
Text Example
Text Example
White with #751824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751824; }
p { color: rgb(117,24,36); }
H1.HeaderClassName
{
color: #751824;
}
.AnyTagClassName
{
color: #751824;
}
</style>
background-color css
<style>
a { background-color: #751824; }
a { background-color: rgb(117,24,36); }
div.DivClassName
{
background-color: #751824;
}
.BgClassName
{
background-color: #751824;
}
</style>
border-color css
<style>
span { border-color: #751824; }
span { border-color: rgb(117,24,36); }
td.TdClassName
{
border-color: #751824;
}
.TagClassName
{
border-color: #751824;
}
</style>