Shades of Red Berry #742123
Tints of Red Berry #742123
RGB
CMYK
RGB Variations
Color information
#742123 (or 0x742123) is known color: Red Berry. HEX triplet: 74, 21 and 23. RGB value is (116,33,35). Sum of RGB (Red+Green+Blue) = 116+33+35=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #742123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742123 is #8BDEDC. Grayscale: #3A3A3A. Windows color (decimal): -9166557 or 2302324. OLE color: 2302324.
HSL color Cylindrical-coordinate representation of color #742123: hue angle of 358.55º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742123 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 33 | 35 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.55 |
| HSL | 358.55º | 0.56% | 0.29% | - |
| HSV(B) | 358.55º | 0.72% | 0.45% | - |
| XYZ | 8.05 | 4.92 | 2.12 | - |
| YUV | 58.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 33 | 35 | 0 | 0.72 | 0.70 | 0.55 | 358.55 | 0.56 | 0.29 |
| Hex | 74 | 21 | 23 | 0 | 48 | 46 | 37 | 167 | 38 | 1D |
| Octal | 164 | 41 | 43 | 0 | 110 | 106 | 67 | 547 | 70 | 35 |
| Binary | 1110100 | 100001 | 100011 | 0 | 1001000 | 1000110 | 110111 | 101100111 | 111000 | 11101 |
Color Harmonies of #742123
Complementary color
Monochromatic Colors of #742123
Black with #742123
Text Example
Text Example
White with #742123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742123; }
p { color: rgb(116,33,35); }
H1.HeaderClassName
{
color: #742123;
}
.AnyTagClassName
{
color: #742123;
}
</style>
background-color css
<style>
a { background-color: #742123; }
a { background-color: rgb(116,33,35); }
div.DivClassName
{
background-color: #742123;
}
.BgClassName
{
background-color: #742123;
}
</style>
border-color css
<style>
span { border-color: #742123; }
span { border-color: rgb(116,33,35); }
td.TdClassName
{
border-color: #742123;
}
.TagClassName
{
border-color: #742123;
}
</style>