Shades of Red Berry #762025
Tints of Red Berry #762025
RGB
CMYK
RGB Variations
Color information
#762025 (or 0x762025) is known color: Red Berry. HEX triplet: 76, 20 and 25. RGB value is (118,32,37). Sum of RGB (Red+Green+Blue) = 118+32+37=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #762025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762025 is #89DFDA. Grayscale: #3A3A3A. Windows color (decimal): -9035739 or 2433142. OLE color: 2433142.
HSL color Cylindrical-coordinate representation of color #762025: hue angle of 356.51º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762025 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 37 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.54 |
| HSL | 356.51º | 0.57% | 0.29% | - |
| HSV(B) | 356.51º | 0.73% | 0.46% | - |
| XYZ | 8.32 | 5.02 | 2.28 | - |
| YUV | 58.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 37 | 0 | 0.73 | 0.69 | 0.54 | 356.51 | 0.57 | 0.29 |
| Hex | 76 | 20 | 25 | 0 | 49 | 45 | 36 | 165 | 39 | 1D |
| Octal | 166 | 40 | 45 | 0 | 111 | 105 | 66 | 545 | 71 | 35 |
| Binary | 1110110 | 100000 | 100101 | 0 | 1001001 | 1000101 | 110110 | 101100101 | 111001 | 11101 |
Color Harmonies of #762025
Complementary color
Monochromatic Colors of #762025
Black with #762025
Text Example
Text Example
White with #762025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762025; }
p { color: rgb(118,32,37); }
H1.HeaderClassName
{
color: #762025;
}
.AnyTagClassName
{
color: #762025;
}
</style>
background-color css
<style>
a { background-color: #762025; }
a { background-color: rgb(118,32,37); }
div.DivClassName
{
background-color: #762025;
}
.BgClassName
{
background-color: #762025;
}
</style>
border-color css
<style>
span { border-color: #762025; }
span { border-color: rgb(118,32,37); }
td.TdClassName
{
border-color: #762025;
}
.TagClassName
{
border-color: #762025;
}
</style>