Shades of Red Berry #761F2C
Tints of Red Berry #761F2C
RGB
CMYK
RGB Variations
Color information
#761F2C (or 0x761F2C) is known color: Red Berry. HEX triplet: 76, 1F and 2C. RGB value is (118,31,44). Sum of RGB (Red+Green+Blue) = 118+31+44=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #761F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F2C is #89E0D3. Grayscale: #3A3A3A. Windows color (decimal): -9035988 or 2891638. OLE color: 2891638.
HSL color Cylindrical-coordinate representation of color #761F2C: hue angle of 351.03º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F2C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 44 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.54 |
| HSL | 351.03º | 0.58% | 0.29% | - |
| HSV(B) | 351.03º | 0.74% | 0.46% | - |
| XYZ | 8.42 | 5.01 | 2.91 | - |
| YUV | 58.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 44 | 0 | 0.74 | 0.63 | 0.54 | 351.03 | 0.58 | 0.29 |
| Hex | 76 | 1F | 2C | 0 | 4A | 3F | 36 | 15F | 3A | 1D |
| Octal | 166 | 37 | 54 | 0 | 112 | 77 | 66 | 537 | 72 | 35 |
| Binary | 1110110 | 11111 | 101100 | 0 | 1001010 | 111111 | 110110 | 101011111 | 111010 | 11101 |
Color Harmonies of #761F2C
Complementary color
Monochromatic Colors of #761F2C
Black with #761F2C
Text Example
Text Example
White with #761F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F2C; }
p { color: rgb(118,31,44); }
H1.HeaderClassName
{
color: #761F2C;
}
.AnyTagClassName
{
color: #761F2C;
}
</style>
background-color css
<style>
a { background-color: #761F2C; }
a { background-color: rgb(118,31,44); }
div.DivClassName
{
background-color: #761F2C;
}
.BgClassName
{
background-color: #761F2C;
}
</style>
border-color css
<style>
span { border-color: #761F2C; }
span { border-color: rgb(118,31,44); }
td.TdClassName
{
border-color: #761F2C;
}
.TagClassName
{
border-color: #761F2C;
}
</style>