Shades of Red Berry #752125
Tints of Red Berry #752125
RGB
CMYK
RGB Variations
Color information
#752125 (or 0x752125) is known color: Red Berry. HEX triplet: 75, 21 and 25. RGB value is (117,33,37). Sum of RGB (Red+Green+Blue) = 117+33+37=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #752125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752125 is #8ADEDA. Grayscale: #3A3A3A. Windows color (decimal): -9101019 or 2433397. OLE color: 2433397.
HSL color Cylindrical-coordinate representation of color #752125: hue angle of 357.14º 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 #752125 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 37 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.54 |
| HSL | 357.14º | 0.56% | 0.29% | - |
| HSV(B) | 357.14º | 0.72% | 0.46% | - |
| XYZ | 8.21 | 5 | 2.28 | - |
| YUV | 58.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 37 | 0 | 0.72 | 0.68 | 0.54 | 357.14 | 0.56 | 0.29 |
| Hex | 75 | 21 | 25 | 0 | 48 | 44 | 36 | 165 | 38 | 1D |
| Octal | 165 | 41 | 45 | 0 | 110 | 104 | 66 | 545 | 70 | 35 |
| Binary | 1110101 | 100001 | 100101 | 0 | 1001000 | 1000100 | 110110 | 101100101 | 111000 | 11101 |
Color Harmonies of #752125
Complementary color
Monochromatic Colors of #752125
Black with #752125
Text Example
Text Example
White with #752125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752125; }
p { color: rgb(117,33,37); }
H1.HeaderClassName
{
color: #752125;
}
.AnyTagClassName
{
color: #752125;
}
</style>
background-color css
<style>
a { background-color: #752125; }
a { background-color: rgb(117,33,37); }
div.DivClassName
{
background-color: #752125;
}
.BgClassName
{
background-color: #752125;
}
</style>
border-color css
<style>
span { border-color: #752125; }
span { border-color: rgb(117,33,37); }
td.TdClassName
{
border-color: #752125;
}
.TagClassName
{
border-color: #752125;
}
</style>