Shades of Red Berry #752124
Tints of Red Berry #752124
RGB
CMYK
RGB Variations
Color information
#752124 (or 0x752124) is known color: Red Berry. HEX triplet: 75, 21 and 24. RGB value is (117,33,36). Sum of RGB (Red+Green+Blue) = 117+33+36=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #752124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752124 is #8ADEDB. Grayscale: #3A3A3A. Windows color (decimal): -9101020 or 2367861. OLE color: 2367861.
HSL color Cylindrical-coordinate representation of color #752124: hue angle of 357.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752124 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 36 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.54 |
| HSL | 357.86º | 0.56% | 0.29% | - |
| HSV(B) | 357.86º | 0.72% | 0.46% | - |
| XYZ | 8.2 | 5 | 2.2 | - |
| YUV | 58.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 36 | 0 | 0.72 | 0.69 | 0.54 | 357.86 | 0.56 | 0.29 |
| Hex | 75 | 21 | 24 | 0 | 48 | 45 | 36 | 166 | 38 | 1D |
| Octal | 165 | 41 | 44 | 0 | 110 | 105 | 66 | 546 | 70 | 35 |
| Binary | 1110101 | 100001 | 100100 | 0 | 1001000 | 1000101 | 110110 | 101100110 | 111000 | 11101 |
Color Harmonies of #752124
Complementary color
Monochromatic Colors of #752124
Black with #752124
Text Example
Text Example
White with #752124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752124; }
p { color: rgb(117,33,36); }
H1.HeaderClassName
{
color: #752124;
}
.AnyTagClassName
{
color: #752124;
}
</style>
background-color css
<style>
a { background-color: #752124; }
a { background-color: rgb(117,33,36); }
div.DivClassName
{
background-color: #752124;
}
.BgClassName
{
background-color: #752124;
}
</style>
border-color css
<style>
span { border-color: #752124; }
span { border-color: rgb(117,33,36); }
td.TdClassName
{
border-color: #752124;
}
.TagClassName
{
border-color: #752124;
}
</style>