Shades of Red Berry #761B24
Tints of Red Berry #761B24
RGB
CMYK
RGB Variations
Color information
#761B24 (or 0x761B24) is known color: Red Berry. HEX triplet: 76, 1B and 24. RGB value is (118,27,36). Sum of RGB (Red+Green+Blue) = 118+27+36=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #761B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B24 is #89E4DB. Grayscale: #373737. Windows color (decimal): -9037020 or 2366326. OLE color: 2366326.
HSL color Cylindrical-coordinate representation of color #761B24: hue angle of 354.07º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B24 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 27 | 36 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.54 |
| HSL | 354.07º | 0.63% | 0.28% | - |
| HSV(B) | 354.07º | 0.77% | 0.46% | - |
| XYZ | 8.18 | 4.76 | 2.16 | - |
| YUV | 55.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 36 | 0 | 0.77 | 0.69 | 0.54 | 354.07 | 0.63 | 0.28 |
| Hex | 76 | 1B | 24 | 0 | 4D | 45 | 36 | 162 | 3F | 1C |
| Octal | 166 | 33 | 44 | 0 | 115 | 105 | 66 | 542 | 77 | 34 |
| Binary | 1110110 | 11011 | 100100 | 0 | 1001101 | 1000101 | 110110 | 101100010 | 111111 | 11100 |
Color Harmonies of #761B24
Complementary color
Monochromatic Colors of #761B24
Black with #761B24
Text Example
Text Example
White with #761B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761B24; }
p { color: rgb(118,27,36); }
H1.HeaderClassName
{
color: #761B24;
}
.AnyTagClassName
{
color: #761B24;
}
</style>
background-color css
<style>
a { background-color: #761B24; }
a { background-color: rgb(118,27,36); }
div.DivClassName
{
background-color: #761B24;
}
.BgClassName
{
background-color: #761B24;
}
</style>
border-color css
<style>
span { border-color: #761B24; }
span { border-color: rgb(118,27,36); }
td.TdClassName
{
border-color: #761B24;
}
.TagClassName
{
border-color: #761B24;
}
</style>