Shades of Red Berry #742223
Tints of Red Berry #742223
RGB
CMYK
RGB Variations
Color information
#742223 (or 0x742223) is known color: Red Berry. HEX triplet: 74, 22 and 23. RGB value is (116,34,35). Sum of RGB (Red+Green+Blue) = 116+34+35=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #742223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742223 is #8BDDDC. Grayscale: #3A3A3A. Windows color (decimal): -9166301 or 2302580. OLE color: 2302580.
HSL color Cylindrical-coordinate representation of color #742223: hue angle of 359.27º 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 #742223 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 35 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.55 |
| HSL | 359.27º | 0.55% | 0.29% | - |
| HSV(B) | 359.27º | 0.71% | 0.45% | - |
| XYZ | 8.08 | 4.98 | 2.13 | - |
| YUV | 58.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 35 | 0 | 0.71 | 0.70 | 0.55 | 359.27 | 0.55 | 0.29 |
| Hex | 74 | 22 | 23 | 0 | 47 | 46 | 37 | 167 | 37 | 1D |
| Octal | 164 | 42 | 43 | 0 | 107 | 106 | 67 | 547 | 67 | 35 |
| Binary | 1110100 | 100010 | 100011 | 0 | 1000111 | 1000110 | 110111 | 101100111 | 110111 | 11101 |
Color Harmonies of #742223
Complementary color
Monochromatic Colors of #742223
Black with #742223
Text Example
Text Example
White with #742223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742223; }
p { color: rgb(116,34,35); }
H1.HeaderClassName
{
color: #742223;
}
.AnyTagClassName
{
color: #742223;
}
</style>
background-color css
<style>
a { background-color: #742223; }
a { background-color: rgb(116,34,35); }
div.DivClassName
{
background-color: #742223;
}
.BgClassName
{
background-color: #742223;
}
</style>
border-color css
<style>
span { border-color: #742223; }
span { border-color: rgb(116,34,35); }
td.TdClassName
{
border-color: #742223;
}
.TagClassName
{
border-color: #742223;
}
</style>