Shades of Red Berry #761922
Tints of Red Berry #761922
RGB
CMYK
RGB Variations
Color information
#761922 (or 0x761922) is known color: Red Berry. HEX triplet: 76, 19 and 22. RGB value is (118,25,34). Sum of RGB (Red+Green+Blue) = 118+25+34=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #761922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761922 is #89E6DD. Grayscale: #353535. Windows color (decimal): -9037534 or 2234742. OLE color: 2234742.
HSL color Cylindrical-coordinate representation of color #761922: hue angle of 354.19º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761922 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 25 | 34 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.54 |
| HSL | 354.19º | 0.65% | 0.28% | - |
| HSV(B) | 354.19º | 0.79% | 0.46% | - |
| XYZ | 8.11 | 4.66 | 1.99 | - |
| YUV | 53.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 34 | 0 | 0.79 | 0.71 | 0.54 | 354.19 | 0.65 | 0.28 |
| Hex | 76 | 19 | 22 | 0 | 4F | 47 | 36 | 162 | 41 | 1C |
| Octal | 166 | 31 | 42 | 0 | 117 | 107 | 66 | 542 | 101 | 34 |
| Binary | 1110110 | 11001 | 100010 | 0 | 1001111 | 1000111 | 110110 | 101100010 | 1000001 | 11100 |
Color Harmonies of #761922
Complementary color
Monochromatic Colors of #761922
Black with #761922
Text Example
Text Example
White with #761922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761922; }
p { color: rgb(118,25,34); }
H1.HeaderClassName
{
color: #761922;
}
.AnyTagClassName
{
color: #761922;
}
</style>
background-color css
<style>
a { background-color: #761922; }
a { background-color: rgb(118,25,34); }
div.DivClassName
{
background-color: #761922;
}
.BgClassName
{
background-color: #761922;
}
</style>
border-color css
<style>
span { border-color: #761922; }
span { border-color: rgb(118,25,34); }
td.TdClassName
{
border-color: #761922;
}
.TagClassName
{
border-color: #761922;
}
</style>