Shades of Red Berry #76232C
Tints of Red Berry #76232C
RGB
CMYK
RGB Variations
Color information
#76232C (or 0x76232C) is known color: Red Berry. HEX triplet: 76, 23 and 2C. RGB value is (118,35,44). Sum of RGB (Red+Green+Blue) = 118+35+44=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76232C is #89DCD3. Grayscale: #3C3C3C. Windows color (decimal): -9034964 or 2892662. OLE color: 2892662.
HSL color Cylindrical-coordinate representation of color #76232C: hue angle of 353.49º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76232C is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 44 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.54 |
| HSL | 353.49º | 0.54% | 0.3% | - |
| HSV(B) | 353.49º | 0.7% | 0.46% | - |
| XYZ | 8.53 | 5.24 | 2.94 | - |
| YUV | 60.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 44 | 0 | 0.70 | 0.63 | 0.54 | 353.49 | 0.54 | 0.3 |
| Hex | 76 | 23 | 2C | 0 | 46 | 3F | 36 | 161 | 36 | 1E |
| Octal | 166 | 43 | 54 | 0 | 106 | 77 | 66 | 541 | 66 | 36 |
| Binary | 1110110 | 100011 | 101100 | 0 | 1000110 | 111111 | 110110 | 101100001 | 110110 | 11110 |
Color Harmonies of #76232C
Complementary color
Monochromatic Colors of #76232C
Black with #76232C
Text Example
Text Example
White with #76232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76232C; }
p { color: rgb(118,35,44); }
H1.HeaderClassName
{
color: #76232C;
}
.AnyTagClassName
{
color: #76232C;
}
</style>
background-color css
<style>
a { background-color: #76232C; }
a { background-color: rgb(118,35,44); }
div.DivClassName
{
background-color: #76232C;
}
.BgClassName
{
background-color: #76232C;
}
</style>
border-color css
<style>
span { border-color: #76232C; }
span { border-color: rgb(118,35,44); }
td.TdClassName
{
border-color: #76232C;
}
.TagClassName
{
border-color: #76232C;
}
</style>