Shades of Red Berry #761D20
Tints of Red Berry #761D20
RGB
CMYK
RGB Variations
Color information
#761D20 (or 0x761D20) is known color: Red Berry. HEX triplet: 76, 1D and 20. RGB value is (118,29,32). Sum of RGB (Red+Green+Blue) = 118+29+32=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #761D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D20 is #89E2DF. Grayscale: #383838. Windows color (decimal): -9036512 or 2104694. OLE color: 2104694.
HSL color Cylindrical-coordinate representation of color #761D20: hue angle of 357.98º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761D20 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 32 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.54 |
| HSL | 357.98º | 0.61% | 0.29% | - |
| HSV(B) | 357.98º | 0.75% | 0.46% | - |
| XYZ | 8.17 | 4.83 | 1.87 | - |
| YUV | 55.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 32 | 0 | 0.75 | 0.73 | 0.54 | 357.98 | 0.61 | 0.29 |
| Hex | 76 | 1D | 20 | 0 | 4B | 49 | 36 | 166 | 3D | 1D |
| Octal | 166 | 35 | 40 | 0 | 113 | 111 | 66 | 546 | 75 | 35 |
| Binary | 1110110 | 11101 | 100000 | 0 | 1001011 | 1001001 | 110110 | 101100110 | 111101 | 11101 |
Color Harmonies of #761D20
Complementary color
Monochromatic Colors of #761D20
Black with #761D20
Text Example
Text Example
White with #761D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D20; }
p { color: rgb(118,29,32); }
H1.HeaderClassName
{
color: #761D20;
}
.AnyTagClassName
{
color: #761D20;
}
</style>
background-color css
<style>
a { background-color: #761D20; }
a { background-color: rgb(118,29,32); }
div.DivClassName
{
background-color: #761D20;
}
.BgClassName
{
background-color: #761D20;
}
</style>
border-color css
<style>
span { border-color: #761D20; }
span { border-color: rgb(118,29,32); }
td.TdClassName
{
border-color: #761D20;
}
.TagClassName
{
border-color: #761D20;
}
</style>