Shades of Red Berry #76232B
Tints of Red Berry #76232B
RGB
CMYK
RGB Variations
Color information
#76232B (or 0x76232B) is known color: Red Berry. HEX triplet: 76, 23 and 2B. RGB value is (118,35,43). Sum of RGB (Red+Green+Blue) = 118+35+43=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76232B is #89DCD4. Grayscale: #3C3C3C. Windows color (decimal): -9034965 or 2827126. OLE color: 2827126.
HSL color Cylindrical-coordinate representation of color #76232B: hue angle of 354.22º 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 #76232B is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 43 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.54 |
| HSL | 354.22º | 0.54% | 0.3% | - |
| HSV(B) | 354.22º | 0.7% | 0.46% | - |
| XYZ | 8.51 | 5.23 | 2.85 | - |
| YUV | 60.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 43 | 0 | 0.70 | 0.64 | 0.54 | 354.22 | 0.54 | 0.3 |
| Hex | 76 | 23 | 2B | 0 | 46 | 40 | 36 | 162 | 36 | 1E |
| Octal | 166 | 43 | 53 | 0 | 106 | 100 | 66 | 542 | 66 | 36 |
| Binary | 1110110 | 100011 | 101011 | 0 | 1000110 | 1000000 | 110110 | 101100010 | 110110 | 11110 |
Color Harmonies of #76232B
Complementary color
Monochromatic Colors of #76232B
Black with #76232B
Text Example
Text Example
White with #76232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76232B; }
p { color: rgb(118,35,43); }
H1.HeaderClassName
{
color: #76232B;
}
.AnyTagClassName
{
color: #76232B;
}
</style>
background-color css
<style>
a { background-color: #76232B; }
a { background-color: rgb(118,35,43); }
div.DivClassName
{
background-color: #76232B;
}
.BgClassName
{
background-color: #76232B;
}
</style>
border-color css
<style>
span { border-color: #76232B; }
span { border-color: rgb(118,35,43); }
td.TdClassName
{
border-color: #76232B;
}
.TagClassName
{
border-color: #76232B;
}
</style>