Shades of Red Berry #742328
Tints of Red Berry #742328
RGB
CMYK
RGB Variations
Color information
#742328 (or 0x742328) is known color: Red Berry. HEX triplet: 74, 23 and 28. RGB value is (116,35,40). Sum of RGB (Red+Green+Blue) = 116+35+40=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #742328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742328 is #8BDCD7. Grayscale: #3B3B3B. Windows color (decimal): -9166040 or 2630516. OLE color: 2630516.
HSL color Cylindrical-coordinate representation of color #742328: hue angle of 356.3º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742328 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 40 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.55 |
| HSL | 356.3º | 0.54% | 0.3% | - |
| HSV(B) | 356.3º | 0.7% | 0.45% | - |
| XYZ | 8.19 | 5.07 | 2.55 | - |
| YUV | 59.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 40 | 0 | 0.70 | 0.66 | 0.55 | 356.3 | 0.54 | 0.3 |
| Hex | 74 | 23 | 28 | 0 | 46 | 42 | 37 | 164 | 36 | 1E |
| Octal | 164 | 43 | 50 | 0 | 106 | 102 | 67 | 544 | 66 | 36 |
| Binary | 1110100 | 100011 | 101000 | 0 | 1000110 | 1000010 | 110111 | 101100100 | 110110 | 11110 |
Color Harmonies of #742328
Complementary color
Monochromatic Colors of #742328
Black with #742328
Text Example
Text Example
White with #742328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742328; }
p { color: rgb(116,35,40); }
H1.HeaderClassName
{
color: #742328;
}
.AnyTagClassName
{
color: #742328;
}
</style>
background-color css
<style>
a { background-color: #742328; }
a { background-color: rgb(116,35,40); }
div.DivClassName
{
background-color: #742328;
}
.BgClassName
{
background-color: #742328;
}
</style>
border-color css
<style>
span { border-color: #742328; }
span { border-color: rgb(116,35,40); }
td.TdClassName
{
border-color: #742328;
}
.TagClassName
{
border-color: #742328;
}
</style>