Shades of Red Berry #74232E
Tints of Red Berry #74232E
RGB
CMYK
RGB Variations
Color information
#74232E (or 0x74232E) is known color: Red Berry. HEX triplet: 74, 23 and 2E. RGB value is (116,35,46). Sum of RGB (Red+Green+Blue) = 116+35+46=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74232E is #8BDCD1. Grayscale: #3C3C3C. Windows color (decimal): -9166034 or 3023732. OLE color: 3023732.
HSL color Cylindrical-coordinate representation of color #74232E: hue angle of 351.85º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74232E is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 46 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.55 |
| HSL | 351.85º | 0.54% | 0.3% | - |
| HSV(B) | 351.85º | 0.7% | 0.45% | - |
| XYZ | 8.3 | 5.11 | 3.13 | - |
| YUV | 60.47 | 119.84 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 46 | 0 | 0.70 | 0.60 | 0.55 | 351.85 | 0.54 | 0.3 |
| Hex | 74 | 23 | 2E | 0 | 46 | 3C | 37 | 160 | 36 | 1E |
| Octal | 164 | 43 | 56 | 0 | 106 | 74 | 67 | 540 | 66 | 36 |
| Binary | 1110100 | 100011 | 101110 | 0 | 1000110 | 111100 | 110111 | 101100000 | 110110 | 11110 |
Color Harmonies of #74232E
Complementary color
Monochromatic Colors of #74232E
Black with #74232E
Text Example
Text Example
White with #74232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74232E; }
p { color: rgb(116,35,46); }
H1.HeaderClassName
{
color: #74232E;
}
.AnyTagClassName
{
color: #74232E;
}
</style>
background-color css
<style>
a { background-color: #74232E; }
a { background-color: rgb(116,35,46); }
div.DivClassName
{
background-color: #74232E;
}
.BgClassName
{
background-color: #74232E;
}
</style>
border-color css
<style>
span { border-color: #74232E; }
span { border-color: rgb(116,35,46); }
td.TdClassName
{
border-color: #74232E;
}
.TagClassName
{
border-color: #74232E;
}
</style>