Shades of Red Berry #74222E
Tints of Red Berry #74222E
RGB
CMYK
RGB Variations
Color information
#74222E (or 0x74222E) is known color: Red Berry. HEX triplet: 74, 22 and 2E. RGB value is (116,34,46). Sum of RGB (Red+Green+Blue) = 116+34+46=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74222E is #8BDDD1. Grayscale: #3B3B3B. Windows color (decimal): -9166290 or 3023476. OLE color: 3023476.
HSL color Cylindrical-coordinate representation of color #74222E: hue angle of 351.22º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74222E is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 46 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.55 |
| HSL | 351.22º | 0.55% | 0.29% | - |
| HSV(B) | 351.22º | 0.71% | 0.45% | - |
| XYZ | 8.27 | 5.05 | 3.12 | - |
| YUV | 59.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 46 | 0 | 0.71 | 0.60 | 0.55 | 351.22 | 0.55 | 0.29 |
| Hex | 74 | 22 | 2E | 0 | 47 | 3C | 37 | 15F | 37 | 1D |
| Octal | 164 | 42 | 56 | 0 | 107 | 74 | 67 | 537 | 67 | 35 |
| Binary | 1110100 | 100010 | 101110 | 0 | 1000111 | 111100 | 110111 | 101011111 | 110111 | 11101 |
Color Harmonies of #74222E
Complementary color
Monochromatic Colors of #74222E
Black with #74222E
Text Example
Text Example
White with #74222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74222E; }
p { color: rgb(116,34,46); }
H1.HeaderClassName
{
color: #74222E;
}
.AnyTagClassName
{
color: #74222E;
}
</style>
background-color css
<style>
a { background-color: #74222E; }
a { background-color: rgb(116,34,46); }
div.DivClassName
{
background-color: #74222E;
}
.BgClassName
{
background-color: #74222E;
}
</style>
border-color css
<style>
span { border-color: #74222E; }
span { border-color: rgb(116,34,46); }
td.TdClassName
{
border-color: #74222E;
}
.TagClassName
{
border-color: #74222E;
}
</style>