Shades of Red Berry #761D24
Tints of Red Berry #761D24
RGB
CMYK
RGB Variations
Color information
#761D24 (or 0x761D24) is known color: Red Berry. HEX triplet: 76, 1D and 24. RGB value is (118,29,36). Sum of RGB (Red+Green+Blue) = 118+29+36=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #761D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D24 is #89E2DB. Grayscale: #383838. Windows color (decimal): -9036508 or 2366838. OLE color: 2366838.
HSL color Cylindrical-coordinate representation of color #761D24: hue angle of 355.28º 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 #761D24 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 36 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.54 |
| HSL | 355.28º | 0.61% | 0.29% | - |
| HSV(B) | 355.28º | 0.75% | 0.46% | - |
| XYZ | 8.23 | 4.86 | 2.17 | - |
| YUV | 56.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 36 | 0 | 0.75 | 0.69 | 0.54 | 355.28 | 0.61 | 0.29 |
| Hex | 76 | 1D | 24 | 0 | 4B | 45 | 36 | 163 | 3D | 1D |
| Octal | 166 | 35 | 44 | 0 | 113 | 105 | 66 | 543 | 75 | 35 |
| Binary | 1110110 | 11101 | 100100 | 0 | 1001011 | 1000101 | 110110 | 101100011 | 111101 | 11101 |
Color Harmonies of #761D24
Complementary color
Monochromatic Colors of #761D24
Black with #761D24
Text Example
Text Example
White with #761D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D24; }
p { color: rgb(118,29,36); }
H1.HeaderClassName
{
color: #761D24;
}
.AnyTagClassName
{
color: #761D24;
}
</style>
background-color css
<style>
a { background-color: #761D24; }
a { background-color: rgb(118,29,36); }
div.DivClassName
{
background-color: #761D24;
}
.BgClassName
{
background-color: #761D24;
}
</style>
border-color css
<style>
span { border-color: #761D24; }
span { border-color: rgb(118,29,36); }
td.TdClassName
{
border-color: #761D24;
}
.TagClassName
{
border-color: #761D24;
}
</style>