Shades of Red Berry #76192B
Tints of Red Berry #76192B
RGB
CMYK
RGB Variations
Color information
#76192B (or 0x76192B) is known color: Red Berry. HEX triplet: 76, 19 and 2B. RGB value is (118,25,43). Sum of RGB (Red+Green+Blue) = 118+25+43=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #76192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76192B is #89E6D4. Grayscale: #363636. Windows color (decimal): -9037525 or 2824566. OLE color: 2824566.
HSL color Cylindrical-coordinate representation of color #76192B: hue angle of 348.39º 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 #76192B is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 25 | 43 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.54 |
| HSL | 348.39º | 0.65% | 0.28% | - |
| HSV(B) | 348.39º | 0.79% | 0.46% | - |
| XYZ | 8.25 | 4.72 | 2.76 | - |
| YUV | 54.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 43 | 0 | 0.79 | 0.64 | 0.54 | 348.39 | 0.65 | 0.28 |
| Hex | 76 | 19 | 2B | 0 | 4F | 40 | 36 | 15C | 41 | 1C |
| Octal | 166 | 31 | 53 | 0 | 117 | 100 | 66 | 534 | 101 | 34 |
| Binary | 1110110 | 11001 | 101011 | 0 | 1001111 | 1000000 | 110110 | 101011100 | 1000001 | 11100 |
Color Harmonies of #76192B
Complementary color
Monochromatic Colors of #76192B
Black with #76192B
Text Example
Text Example
White with #76192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76192B; }
p { color: rgb(118,25,43); }
H1.HeaderClassName
{
color: #76192B;
}
.AnyTagClassName
{
color: #76192B;
}
</style>
background-color css
<style>
a { background-color: #76192B; }
a { background-color: rgb(118,25,43); }
div.DivClassName
{
background-color: #76192B;
}
.BgClassName
{
background-color: #76192B;
}
</style>
border-color css
<style>
span { border-color: #76192B; }
span { border-color: rgb(118,25,43); }
td.TdClassName
{
border-color: #76192B;
}
.TagClassName
{
border-color: #76192B;
}
</style>