Shades of Red Berry #74232D
Tints of Red Berry #74232D
RGB
CMYK
RGB Variations
Color information
#74232D (or 0x74232D) is known color: Red Berry. HEX triplet: 74, 23 and 2D. RGB value is (116,35,45). Sum of RGB (Red+Green+Blue) = 116+35+45=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74232D is #8BDCD2. Grayscale: #3C3C3C. Windows color (decimal): -9166035 or 2958196. OLE color: 2958196.
HSL color Cylindrical-coordinate representation of color #74232D: hue angle of 352.59º 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 #74232D is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 45 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.55 |
| HSL | 352.59º | 0.54% | 0.3% | - |
| HSV(B) | 352.59º | 0.7% | 0.45% | - |
| XYZ | 8.28 | 5.1 | 3.03 | - |
| YUV | 60.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 45 | 0 | 0.70 | 0.61 | 0.55 | 352.59 | 0.54 | 0.3 |
| Hex | 74 | 23 | 2D | 0 | 46 | 3D | 37 | 161 | 36 | 1E |
| Octal | 164 | 43 | 55 | 0 | 106 | 75 | 67 | 541 | 66 | 36 |
| Binary | 1110100 | 100011 | 101101 | 0 | 1000110 | 111101 | 110111 | 101100001 | 110110 | 11110 |
Color Harmonies of #74232D
Complementary color
Monochromatic Colors of #74232D
Black with #74232D
Text Example
Text Example
White with #74232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74232D; }
p { color: rgb(116,35,45); }
H1.HeaderClassName
{
color: #74232D;
}
.AnyTagClassName
{
color: #74232D;
}
</style>
background-color css
<style>
a { background-color: #74232D; }
a { background-color: rgb(116,35,45); }
div.DivClassName
{
background-color: #74232D;
}
.BgClassName
{
background-color: #74232D;
}
</style>
border-color css
<style>
span { border-color: #74232D; }
span { border-color: rgb(116,35,45); }
td.TdClassName
{
border-color: #74232D;
}
.TagClassName
{
border-color: #74232D;
}
</style>