Shades of Red Berry #762125
Tints of Red Berry #762125
RGB
CMYK
RGB Variations
Color information
#762125 (or 0x762125) is known color: Red Berry. HEX triplet: 76, 21 and 25. RGB value is (118,33,37). Sum of RGB (Red+Green+Blue) = 118+33+37=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #762125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762125 is #89DEDA. Grayscale: #3A3A3A. Windows color (decimal): -9035483 or 2433398. OLE color: 2433398.
HSL color Cylindrical-coordinate representation of color #762125: hue angle of 357.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762125 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 37 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.54 |
| HSL | 357.18º | 0.56% | 0.3% | - |
| HSV(B) | 357.18º | 0.72% | 0.46% | - |
| XYZ | 8.35 | 5.07 | 2.29 | - |
| YUV | 58.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 37 | 0 | 0.72 | 0.69 | 0.54 | 357.18 | 0.56 | 0.3 |
| Hex | 76 | 21 | 25 | 0 | 48 | 45 | 36 | 165 | 38 | 1E |
| Octal | 166 | 41 | 45 | 0 | 110 | 105 | 66 | 545 | 70 | 36 |
| Binary | 1110110 | 100001 | 100101 | 0 | 1001000 | 1000101 | 110110 | 101100101 | 111000 | 11110 |
Color Harmonies of #762125
Complementary color
Monochromatic Colors of #762125
Black with #762125
Text Example
Text Example
White with #762125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762125; }
p { color: rgb(118,33,37); }
H1.HeaderClassName
{
color: #762125;
}
.AnyTagClassName
{
color: #762125;
}
</style>
background-color css
<style>
a { background-color: #762125; }
a { background-color: rgb(118,33,37); }
div.DivClassName
{
background-color: #762125;
}
.BgClassName
{
background-color: #762125;
}
</style>
border-color css
<style>
span { border-color: #762125; }
span { border-color: rgb(118,33,37); }
td.TdClassName
{
border-color: #762125;
}
.TagClassName
{
border-color: #762125;
}
</style>