Shades of Red Berry #74222A
Tints of Red Berry #74222A
RGB
CMYK
RGB Variations
Color information
#74222A (or 0x74222A) is known color: Red Berry. HEX triplet: 74, 22 and 2A. RGB value is (116,34,42). Sum of RGB (Red+Green+Blue) = 116+34+42=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #74222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74222A is #8BDDD5. Grayscale: #3B3B3B. Windows color (decimal): -9166294 or 2761332. OLE color: 2761332.
HSL color Cylindrical-coordinate representation of color #74222A: hue angle of 354.15º 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 #74222A is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 42 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.55 |
| HSL | 354.15º | 0.55% | 0.29% | - |
| HSV(B) | 354.15º | 0.71% | 0.45% | - |
| XYZ | 8.19 | 5.02 | 2.73 | - |
| YUV | 59.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 42 | 0 | 0.71 | 0.64 | 0.55 | 354.15 | 0.55 | 0.29 |
| Hex | 74 | 22 | 2A | 0 | 47 | 40 | 37 | 162 | 37 | 1D |
| Octal | 164 | 42 | 52 | 0 | 107 | 100 | 67 | 542 | 67 | 35 |
| Binary | 1110100 | 100010 | 101010 | 0 | 1000111 | 1000000 | 110111 | 101100010 | 110111 | 11101 |
Color Harmonies of #74222A
Complementary color
Monochromatic Colors of #74222A
Black with #74222A
Text Example
Text Example
White with #74222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74222A; }
p { color: rgb(116,34,42); }
H1.HeaderClassName
{
color: #74222A;
}
.AnyTagClassName
{
color: #74222A;
}
</style>
background-color css
<style>
a { background-color: #74222A; }
a { background-color: rgb(116,34,42); }
div.DivClassName
{
background-color: #74222A;
}
.BgClassName
{
background-color: #74222A;
}
</style>
border-color css
<style>
span { border-color: #74222A; }
span { border-color: rgb(116,34,42); }
td.TdClassName
{
border-color: #74222A;
}
.TagClassName
{
border-color: #74222A;
}
</style>