Shades of Red Berry #761A1D
Tints of Red Berry #761A1D
RGB
CMYK
RGB Variations
Color information
#761A1D (or 0x761A1D) is known color: Red Berry. HEX triplet: 76, 1A and 1D. RGB value is (118,26,29). Sum of RGB (Red+Green+Blue) = 118+26+29=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #761A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A1D is #89E5E2. Grayscale: #353535. Windows color (decimal): -9037283 or 1907318. OLE color: 1907318.
HSL color Cylindrical-coordinate representation of color #761A1D: hue angle of 358.04º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A1D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 29 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.54 |
| HSL | 358.04º | 0.64% | 0.28% | - |
| HSV(B) | 358.04º | 0.78% | 0.46% | - |
| XYZ | 8.06 | 4.68 | 1.64 | - |
| YUV | 53.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 29 | 0 | 0.78 | 0.75 | 0.54 | 358.04 | 0.64 | 0.28 |
| Hex | 76 | 1A | 1D | 0 | 4E | 4B | 36 | 166 | 40 | 1C |
| Octal | 166 | 32 | 35 | 0 | 116 | 113 | 66 | 546 | 100 | 34 |
| Binary | 1110110 | 11010 | 11101 | 0 | 1001110 | 1001011 | 110110 | 101100110 | 1000000 | 11100 |
Color Harmonies of #761A1D
Complementary color
Monochromatic Colors of #761A1D
Black with #761A1D
Text Example
Text Example
White with #761A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A1D; }
p { color: rgb(118,26,29); }
H1.HeaderClassName
{
color: #761A1D;
}
.AnyTagClassName
{
color: #761A1D;
}
</style>
background-color css
<style>
a { background-color: #761A1D; }
a { background-color: rgb(118,26,29); }
div.DivClassName
{
background-color: #761A1D;
}
.BgClassName
{
background-color: #761A1D;
}
</style>
border-color css
<style>
span { border-color: #761A1D; }
span { border-color: rgb(118,26,29); }
td.TdClassName
{
border-color: #761A1D;
}
.TagClassName
{
border-color: #761A1D;
}
</style>