Shades of Red Berry #76182B
Tints of Red Berry #76182B
RGB
CMYK
RGB Variations
Color information
#76182B (or 0x76182B) is known color: Red Berry. HEX triplet: 76, 18 and 2B. RGB value is (118,24,43). Sum of RGB (Red+Green+Blue) = 118+24+43=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76182B is #89E7D4. Grayscale: #363636. Windows color (decimal): -9037781 or 2824310. OLE color: 2824310.
HSL color Cylindrical-coordinate representation of color #76182B: hue angle of 347.87º 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 #76182B is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 43 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.54 |
| HSL | 347.87º | 0.66% | 0.28% | - |
| HSV(B) | 347.87º | 0.8% | 0.46% | - |
| XYZ | 8.23 | 4.68 | 2.75 | - |
| YUV | 54.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 43 | 0 | 0.80 | 0.64 | 0.54 | 347.87 | 0.66 | 0.28 |
| Hex | 76 | 18 | 2B | 0 | 50 | 40 | 36 | 15C | 42 | 1C |
| Octal | 166 | 30 | 53 | 0 | 120 | 100 | 66 | 534 | 102 | 34 |
| Binary | 1110110 | 11000 | 101011 | 0 | 1010000 | 1000000 | 110110 | 101011100 | 1000010 | 11100 |
Color Harmonies of #76182B
Complementary color
Monochromatic Colors of #76182B
Black with #76182B
Text Example
Text Example
White with #76182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76182B; }
p { color: rgb(118,24,43); }
H1.HeaderClassName
{
color: #76182B;
}
.AnyTagClassName
{
color: #76182B;
}
</style>
background-color css
<style>
a { background-color: #76182B; }
a { background-color: rgb(118,24,43); }
div.DivClassName
{
background-color: #76182B;
}
.BgClassName
{
background-color: #76182B;
}
</style>
border-color css
<style>
span { border-color: #76182B; }
span { border-color: rgb(118,24,43); }
td.TdClassName
{
border-color: #76182B;
}
.TagClassName
{
border-color: #76182B;
}
</style>