Shades of Red Berry #732425
Tints of Red Berry #732425
RGB
CMYK
RGB Variations
Color information
#732425 (or 0x732425) is known color: Red Berry. HEX triplet: 73, 24 and 25. RGB value is (115,36,37). Sum of RGB (Red+Green+Blue) = 115+36+37=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #732425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732425 is #8CDBDA. Grayscale: #3B3B3B. Windows color (decimal): -9231323 or 2434163. OLE color: 2434163.
HSL color Cylindrical-coordinate representation of color #732425: hue angle of 359.24º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #732425 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 36 | 37 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.55 |
| HSL | 359.24º | 0.52% | 0.3% | - |
| HSV(B) | 359.24º | 0.69% | 0.45% | - |
| XYZ | 8.04 | 5.04 | 2.3 | - |
| YUV | 59.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 37 | 0 | 0.69 | 0.68 | 0.55 | 359.24 | 0.52 | 0.3 |
| Hex | 73 | 24 | 25 | 0 | 45 | 44 | 37 | 167 | 34 | 1E |
| Octal | 163 | 44 | 45 | 0 | 105 | 104 | 67 | 547 | 64 | 36 |
| Binary | 1110011 | 100100 | 100101 | 0 | 1000101 | 1000100 | 110111 | 101100111 | 110100 | 11110 |
Color Harmonies of #732425
Complementary color
Monochromatic Colors of #732425
Black with #732425
Text Example
Text Example
White with #732425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732425; }
p { color: rgb(115,36,37); }
H1.HeaderClassName
{
color: #732425;
}
.AnyTagClassName
{
color: #732425;
}
</style>
background-color css
<style>
a { background-color: #732425; }
a { background-color: rgb(115,36,37); }
div.DivClassName
{
background-color: #732425;
}
.BgClassName
{
background-color: #732425;
}
</style>
border-color css
<style>
span { border-color: #732425; }
span { border-color: rgb(115,36,37); }
td.TdClassName
{
border-color: #732425;
}
.TagClassName
{
border-color: #732425;
}
</style>