Shades of Red Berry #761D22
Tints of Red Berry #761D22
RGB
CMYK
RGB Variations
Color information
#761D22 (or 0x761D22) is known color: Red Berry. HEX triplet: 76, 1D and 22. RGB value is (118,29,34). Sum of RGB (Red+Green+Blue) = 118+29+34=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #761D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D22 is #89E2DD. Grayscale: #383838. Windows color (decimal): -9036510 or 2235766. OLE color: 2235766.
HSL color Cylindrical-coordinate representation of color #761D22: hue angle of 356.63º 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 #761D22 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 34 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.54 |
| HSL | 356.63º | 0.61% | 0.29% | - |
| HSV(B) | 356.63º | 0.75% | 0.46% | - |
| XYZ | 8.2 | 4.85 | 2.02 | - |
| YUV | 56.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 34 | 0 | 0.75 | 0.71 | 0.54 | 356.63 | 0.61 | 0.29 |
| Hex | 76 | 1D | 22 | 0 | 4B | 47 | 36 | 165 | 3D | 1D |
| Octal | 166 | 35 | 42 | 0 | 113 | 107 | 66 | 545 | 75 | 35 |
| Binary | 1110110 | 11101 | 100010 | 0 | 1001011 | 1000111 | 110110 | 101100101 | 111101 | 11101 |
Color Harmonies of #761D22
Complementary color
Monochromatic Colors of #761D22
Black with #761D22
Text Example
Text Example
White with #761D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D22; }
p { color: rgb(118,29,34); }
H1.HeaderClassName
{
color: #761D22;
}
.AnyTagClassName
{
color: #761D22;
}
</style>
background-color css
<style>
a { background-color: #761D22; }
a { background-color: rgb(118,29,34); }
div.DivClassName
{
background-color: #761D22;
}
.BgClassName
{
background-color: #761D22;
}
</style>
border-color css
<style>
span { border-color: #761D22; }
span { border-color: rgb(118,29,34); }
td.TdClassName
{
border-color: #761D22;
}
.TagClassName
{
border-color: #761D22;
}
</style>