Shades of Red Berry #74222D
Tints of Red Berry #74222D
RGB
CMYK
RGB Variations
Color information
#74222D (or 0x74222D) is known color: Red Berry. HEX triplet: 74, 22 and 2D. RGB value is (116,34,45). Sum of RGB (Red+Green+Blue) = 116+34+45=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74222D is #8BDDD2. Grayscale: #3B3B3B. Windows color (decimal): -9166291 or 2957940. OLE color: 2957940.
HSL color Cylindrical-coordinate representation of color #74222D: hue angle of 351.95º 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 #74222D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 45 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.55 |
| HSL | 351.95º | 0.55% | 0.29% | - |
| HSV(B) | 351.95º | 0.71% | 0.45% | - |
| XYZ | 8.25 | 5.05 | 3.02 | - |
| YUV | 59.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 45 | 0 | 0.71 | 0.61 | 0.55 | 351.95 | 0.55 | 0.29 |
| Hex | 74 | 22 | 2D | 0 | 47 | 3D | 37 | 160 | 37 | 1D |
| Octal | 164 | 42 | 55 | 0 | 107 | 75 | 67 | 540 | 67 | 35 |
| Binary | 1110100 | 100010 | 101101 | 0 | 1000111 | 111101 | 110111 | 101100000 | 110111 | 11101 |
Color Harmonies of #74222D
Complementary color
Monochromatic Colors of #74222D
Black with #74222D
Text Example
Text Example
White with #74222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74222D; }
p { color: rgb(116,34,45); }
H1.HeaderClassName
{
color: #74222D;
}
.AnyTagClassName
{
color: #74222D;
}
</style>
background-color css
<style>
a { background-color: #74222D; }
a { background-color: rgb(116,34,45); }
div.DivClassName
{
background-color: #74222D;
}
.BgClassName
{
background-color: #74222D;
}
</style>
border-color css
<style>
span { border-color: #74222D; }
span { border-color: rgb(116,34,45); }
td.TdClassName
{
border-color: #74222D;
}
.TagClassName
{
border-color: #74222D;
}
</style>