Shades of Red Berry #76191D
Tints of Red Berry #76191D
RGB
CMYK
RGB Variations
Color information
#76191D (or 0x76191D) is known color: Red Berry. HEX triplet: 76, 19 and 1D. RGB value is (118,25,29). Sum of RGB (Red+Green+Blue) = 118+25+29=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #76191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76191D is #89E6E2. Grayscale: #353535. Windows color (decimal): -9037539 or 1907062. OLE color: 1907062.
HSL color Cylindrical-coordinate representation of color #76191D: hue angle of 357.42º 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 #76191D is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 25 | 29 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.54 |
| HSL | 357.42º | 0.65% | 0.28% | - |
| HSV(B) | 357.42º | 0.79% | 0.46% | - |
| XYZ | 8.04 | 4.64 | 1.63 | - |
| YUV | 53.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 29 | 0 | 0.79 | 0.75 | 0.54 | 357.42 | 0.65 | 0.28 |
| Hex | 76 | 19 | 1D | 0 | 4F | 4B | 36 | 165 | 41 | 1C |
| Octal | 166 | 31 | 35 | 0 | 117 | 113 | 66 | 545 | 101 | 34 |
| Binary | 1110110 | 11001 | 11101 | 0 | 1001111 | 1001011 | 110110 | 101100101 | 1000001 | 11100 |
Color Harmonies of #76191D
Complementary color
Monochromatic Colors of #76191D
Black with #76191D
Text Example
Text Example
White with #76191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76191D; }
p { color: rgb(118,25,29); }
H1.HeaderClassName
{
color: #76191D;
}
.AnyTagClassName
{
color: #76191D;
}
</style>
background-color css
<style>
a { background-color: #76191D; }
a { background-color: rgb(118,25,29); }
div.DivClassName
{
background-color: #76191D;
}
.BgClassName
{
background-color: #76191D;
}
</style>
border-color css
<style>
span { border-color: #76191D; }
span { border-color: rgb(118,25,29); }
td.TdClassName
{
border-color: #76191D;
}
.TagClassName
{
border-color: #76191D;
}
</style>