Shades of Red Berry #76182C
Tints of Red Berry #76182C
RGB
CMYK
RGB Variations
Color information
#76182C (or 0x76182C) is known color: Red Berry. HEX triplet: 76, 18 and 2C. RGB value is (118,24,44). Sum of RGB (Red+Green+Blue) = 118+24+44=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #76182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76182C is #89E7D3. Grayscale: #363636. Windows color (decimal): -9037780 or 2889846. OLE color: 2889846.
HSL color Cylindrical-coordinate representation of color #76182C: hue angle of 347.23º 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 #76182C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 44 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.54 |
| HSL | 347.23º | 0.66% | 0.28% | - |
| HSV(B) | 347.23º | 0.8% | 0.46% | - |
| XYZ | 8.25 | 4.69 | 2.85 | - |
| YUV | 54.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 44 | 0 | 0.80 | 0.63 | 0.54 | 347.23 | 0.66 | 0.28 |
| Hex | 76 | 18 | 2C | 0 | 50 | 3F | 36 | 15B | 42 | 1C |
| Octal | 166 | 30 | 54 | 0 | 120 | 77 | 66 | 533 | 102 | 34 |
| Binary | 1110110 | 11000 | 101100 | 0 | 1010000 | 111111 | 110110 | 101011011 | 1000010 | 11100 |
Color Harmonies of #76182C
Complementary color
Monochromatic Colors of #76182C
Black with #76182C
Text Example
Text Example
White with #76182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76182C; }
p { color: rgb(118,24,44); }
H1.HeaderClassName
{
color: #76182C;
}
.AnyTagClassName
{
color: #76182C;
}
</style>
background-color css
<style>
a { background-color: #76182C; }
a { background-color: rgb(118,24,44); }
div.DivClassName
{
background-color: #76182C;
}
.BgClassName
{
background-color: #76182C;
}
</style>
border-color css
<style>
span { border-color: #76182C; }
span { border-color: rgb(118,24,44); }
td.TdClassName
{
border-color: #76182C;
}
.TagClassName
{
border-color: #76182C;
}
</style>