Shades of Red Berry #74242D
Tints of Red Berry #74242D
RGB
CMYK
RGB Variations
Color information
#74242D (or 0x74242D) is known color: Red Berry. HEX triplet: 74, 24 and 2D. RGB value is (116,36,45). Sum of RGB (Red+Green+Blue) = 116+36+45=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74242D is #8BDBD2. Grayscale: #3C3C3C. Windows color (decimal): -9165779 or 2958452. OLE color: 2958452.
HSL color Cylindrical-coordinate representation of color #74242D: hue angle of 353.25º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74242D is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 36 | 45 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.55 |
| HSL | 353.25º | 0.53% | 0.3% | - |
| HSV(B) | 353.25º | 0.69% | 0.45% | - |
| XYZ | 8.31 | 5.16 | 3.04 | - |
| YUV | 60.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 36 | 45 | 0 | 0.69 | 0.61 | 0.55 | 353.25 | 0.53 | 0.3 |
| Hex | 74 | 24 | 2D | 0 | 45 | 3D | 37 | 161 | 35 | 1E |
| Octal | 164 | 44 | 55 | 0 | 105 | 75 | 67 | 541 | 65 | 36 |
| Binary | 1110100 | 100100 | 101101 | 0 | 1000101 | 111101 | 110111 | 101100001 | 110101 | 11110 |
Color Harmonies of #74242D
Complementary color
Monochromatic Colors of #74242D
Black with #74242D
Text Example
Text Example
White with #74242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74242D; }
p { color: rgb(116,36,45); }
H1.HeaderClassName
{
color: #74242D;
}
.AnyTagClassName
{
color: #74242D;
}
</style>
background-color css
<style>
a { background-color: #74242D; }
a { background-color: rgb(116,36,45); }
div.DivClassName
{
background-color: #74242D;
}
.BgClassName
{
background-color: #74242D;
}
</style>
border-color css
<style>
span { border-color: #74242D; }
span { border-color: rgb(116,36,45); }
td.TdClassName
{
border-color: #74242D;
}
.TagClassName
{
border-color: #74242D;
}
</style>