Shades of Red Berry #761F2B
Tints of Red Berry #761F2B
RGB
CMYK
RGB Variations
Color information
#761F2B (or 0x761F2B) is known color: Red Berry. HEX triplet: 76, 1F and 2B. RGB value is (118,31,43). Sum of RGB (Red+Green+Blue) = 118+31+43=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #761F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F2B is #89E0D4. Grayscale: #3A3A3A. Windows color (decimal): -9035989 or 2826102. OLE color: 2826102.
HSL color Cylindrical-coordinate representation of color #761F2B: hue angle of 351.72º 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 #761F2B is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 43 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.54 |
| HSL | 351.72º | 0.58% | 0.29% | - |
| HSV(B) | 351.72º | 0.74% | 0.46% | - |
| XYZ | 8.4 | 5.01 | 2.81 | - |
| YUV | 58.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 43 | 0 | 0.74 | 0.64 | 0.54 | 351.72 | 0.58 | 0.29 |
| Hex | 76 | 1F | 2B | 0 | 4A | 40 | 36 | 160 | 3A | 1D |
| Octal | 166 | 37 | 53 | 0 | 112 | 100 | 66 | 540 | 72 | 35 |
| Binary | 1110110 | 11111 | 101011 | 0 | 1001010 | 1000000 | 110110 | 101100000 | 111010 | 11101 |
Color Harmonies of #761F2B
Complementary color
Monochromatic Colors of #761F2B
Black with #761F2B
Text Example
Text Example
White with #761F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F2B; }
p { color: rgb(118,31,43); }
H1.HeaderClassName
{
color: #761F2B;
}
.AnyTagClassName
{
color: #761F2B;
}
</style>
background-color css
<style>
a { background-color: #761F2B; }
a { background-color: rgb(118,31,43); }
div.DivClassName
{
background-color: #761F2B;
}
.BgClassName
{
background-color: #761F2B;
}
</style>
border-color css
<style>
span { border-color: #761F2B; }
span { border-color: rgb(118,31,43); }
td.TdClassName
{
border-color: #761F2B;
}
.TagClassName
{
border-color: #761F2B;
}
</style>