Shades of Red Berry #74232C
Tints of Red Berry #74232C
RGB
CMYK
RGB Variations
Color information
#74232C (or 0x74232C) is known color: Red Berry. HEX triplet: 74, 23 and 2C. RGB value is (116,35,44). Sum of RGB (Red+Green+Blue) = 116+35+44=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74232C is #8BDCD3. Grayscale: #3C3C3C. Windows color (decimal): -9166036 or 2892660. OLE color: 2892660.
HSL color Cylindrical-coordinate representation of color #74232C: hue angle of 353.33º 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 #74232C is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 44 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.55 |
| HSL | 353.33º | 0.54% | 0.3% | - |
| HSV(B) | 353.33º | 0.7% | 0.45% | - |
| XYZ | 8.26 | 5.1 | 2.93 | - |
| YUV | 60.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 44 | 0 | 0.70 | 0.62 | 0.55 | 353.33 | 0.54 | 0.3 |
| Hex | 74 | 23 | 2C | 0 | 46 | 3E | 37 | 161 | 36 | 1E |
| Octal | 164 | 43 | 54 | 0 | 106 | 76 | 67 | 541 | 66 | 36 |
| Binary | 1110100 | 100011 | 101100 | 0 | 1000110 | 111110 | 110111 | 101100001 | 110110 | 11110 |
Color Harmonies of #74232C
Complementary color
Monochromatic Colors of #74232C
Black with #74232C
Text Example
Text Example
White with #74232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74232C; }
p { color: rgb(116,35,44); }
H1.HeaderClassName
{
color: #74232C;
}
.AnyTagClassName
{
color: #74232C;
}
</style>
background-color css
<style>
a { background-color: #74232C; }
a { background-color: rgb(116,35,44); }
div.DivClassName
{
background-color: #74232C;
}
.BgClassName
{
background-color: #74232C;
}
</style>
border-color css
<style>
span { border-color: #74232C; }
span { border-color: rgb(116,35,44); }
td.TdClassName
{
border-color: #74232C;
}
.TagClassName
{
border-color: #74232C;
}
</style>