Shades of Red Berry #742229
Tints of Red Berry #742229
RGB
CMYK
RGB Variations
Color information
#742229 (or 0x742229) is known color: Red Berry. HEX triplet: 74, 22 and 29. RGB value is (116,34,41). Sum of RGB (Red+Green+Blue) = 116+34+41=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #742229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742229 is #8BDDD6. Grayscale: #3B3B3B. Windows color (decimal): -9166295 or 2695796. OLE color: 2695796.
HSL color Cylindrical-coordinate representation of color #742229: hue angle of 354.88º 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 #742229 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 41 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.55 |
| HSL | 354.88º | 0.55% | 0.29% | - |
| HSV(B) | 354.88º | 0.71% | 0.45% | - |
| XYZ | 8.17 | 5.02 | 2.64 | - |
| YUV | 59.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 41 | 0 | 0.71 | 0.65 | 0.55 | 354.88 | 0.55 | 0.29 |
| Hex | 74 | 22 | 29 | 0 | 47 | 41 | 37 | 163 | 37 | 1D |
| Octal | 164 | 42 | 51 | 0 | 107 | 101 | 67 | 543 | 67 | 35 |
| Binary | 1110100 | 100010 | 101001 | 0 | 1000111 | 1000001 | 110111 | 101100011 | 110111 | 11101 |
Color Harmonies of #742229
Complementary color
Monochromatic Colors of #742229
Black with #742229
Text Example
Text Example
White with #742229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742229; }
p { color: rgb(116,34,41); }
H1.HeaderClassName
{
color: #742229;
}
.AnyTagClassName
{
color: #742229;
}
</style>
background-color css
<style>
a { background-color: #742229; }
a { background-color: rgb(116,34,41); }
div.DivClassName
{
background-color: #742229;
}
.BgClassName
{
background-color: #742229;
}
</style>
border-color css
<style>
span { border-color: #742229; }
span { border-color: rgb(116,34,41); }
td.TdClassName
{
border-color: #742229;
}
.TagClassName
{
border-color: #742229;
}
</style>