Shades of Red Berry #742325
Tints of Red Berry #742325
RGB
CMYK
RGB Variations
Color information
#742325 (or 0x742325) is known color: Red Berry. HEX triplet: 74, 23 and 25. RGB value is (116,35,37). Sum of RGB (Red+Green+Blue) = 116+35+37=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #742325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742325 is #8BDCDA. Grayscale: #3B3B3B. Windows color (decimal): -9166043 or 2433908. OLE color: 2433908.
HSL color Cylindrical-coordinate representation of color #742325: hue angle of 358.52º 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 #742325 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 37 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.55 |
| HSL | 358.52º | 0.54% | 0.3% | - |
| HSV(B) | 358.52º | 0.7% | 0.45% | - |
| XYZ | 8.14 | 5.05 | 2.3 | - |
| YUV | 59.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 37 | 0 | 0.70 | 0.68 | 0.55 | 358.52 | 0.54 | 0.3 |
| Hex | 74 | 23 | 25 | 0 | 46 | 44 | 37 | 167 | 36 | 1E |
| Octal | 164 | 43 | 45 | 0 | 106 | 104 | 67 | 547 | 66 | 36 |
| Binary | 1110100 | 100011 | 100101 | 0 | 1000110 | 1000100 | 110111 | 101100111 | 110110 | 11110 |
Color Harmonies of #742325
Complementary color
Monochromatic Colors of #742325
Black with #742325
Text Example
Text Example
White with #742325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742325; }
p { color: rgb(116,35,37); }
H1.HeaderClassName
{
color: #742325;
}
.AnyTagClassName
{
color: #742325;
}
</style>
background-color css
<style>
a { background-color: #742325; }
a { background-color: rgb(116,35,37); }
div.DivClassName
{
background-color: #742325;
}
.BgClassName
{
background-color: #742325;
}
</style>
border-color css
<style>
span { border-color: #742325; }
span { border-color: rgb(116,35,37); }
td.TdClassName
{
border-color: #742325;
}
.TagClassName
{
border-color: #742325;
}
</style>