Shades of Red Berry #76181C
Tints of Red Berry #76181C
RGB
CMYK
RGB Variations
Color information
#76181C (or 0x76181C) is known color: Red Berry. HEX triplet: 76, 18 and 1C. RGB value is (118,24,28). Sum of RGB (Red+Green+Blue) = 118+24+28=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #76181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76181C is #89E7E3. Grayscale: #343434. Windows color (decimal): -9037796 or 1841270. OLE color: 1841270.
HSL color Cylindrical-coordinate representation of color #76181C: hue angle of 357.45º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76181C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 28 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.54 |
| HSL | 357.45º | 0.66% | 0.28% | - |
| HSV(B) | 357.45º | 0.8% | 0.46% | - |
| XYZ | 8.01 | 4.59 | 1.56 | - |
| YUV | 52.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 28 | 0 | 0.80 | 0.76 | 0.54 | 357.45 | 0.66 | 0.28 |
| Hex | 76 | 18 | 1C | 0 | 50 | 4C | 36 | 165 | 42 | 1C |
| Octal | 166 | 30 | 34 | 0 | 120 | 114 | 66 | 545 | 102 | 34 |
| Binary | 1110110 | 11000 | 11100 | 0 | 1010000 | 1001100 | 110110 | 101100101 | 1000010 | 11100 |
Color Harmonies of #76181C
Complementary color
Monochromatic Colors of #76181C
Black with #76181C
Text Example
Text Example
White with #76181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76181C; }
p { color: rgb(118,24,28); }
H1.HeaderClassName
{
color: #76181C;
}
.AnyTagClassName
{
color: #76181C;
}
</style>
background-color css
<style>
a { background-color: #76181C; }
a { background-color: rgb(118,24,28); }
div.DivClassName
{
background-color: #76181C;
}
.BgClassName
{
background-color: #76181C;
}
</style>
border-color css
<style>
span { border-color: #76181C; }
span { border-color: rgb(118,24,28); }
td.TdClassName
{
border-color: #76181C;
}
.TagClassName
{
border-color: #76181C;
}
</style>