Shades of Red Berry #732025
Tints of Red Berry #732025
RGB
CMYK
RGB Variations
Color information
#732025 (or 0x732025) is known color: Red Berry. HEX triplet: 73, 20 and 25. RGB value is (115,32,37). Sum of RGB (Red+Green+Blue) = 115+32+37=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #732025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732025 is #8CDFDA. Grayscale: #393939. Windows color (decimal): -9232347 or 2433139. OLE color: 2433139.
HSL color Cylindrical-coordinate representation of color #732025: hue angle of 356.39º 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 #732025 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 37 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.55 |
| HSL | 356.39º | 0.56% | 0.29% | - |
| HSV(B) | 356.39º | 0.72% | 0.45% | - |
| XYZ | 7.92 | 4.81 | 2.26 | - |
| YUV | 57.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 37 | 0 | 0.72 | 0.68 | 0.55 | 356.39 | 0.56 | 0.29 |
| Hex | 73 | 20 | 25 | 0 | 48 | 44 | 37 | 164 | 38 | 1D |
| Octal | 163 | 40 | 45 | 0 | 110 | 104 | 67 | 544 | 70 | 35 |
| Binary | 1110011 | 100000 | 100101 | 0 | 1001000 | 1000100 | 110111 | 101100100 | 111000 | 11101 |
Color Harmonies of #732025
Complementary color
Monochromatic Colors of #732025
Black with #732025
Text Example
Text Example
White with #732025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732025; }
p { color: rgb(115,32,37); }
H1.HeaderClassName
{
color: #732025;
}
.AnyTagClassName
{
color: #732025;
}
</style>
background-color css
<style>
a { background-color: #732025; }
a { background-color: rgb(115,32,37); }
div.DivClassName
{
background-color: #732025;
}
.BgClassName
{
background-color: #732025;
}
</style>
border-color css
<style>
span { border-color: #732025; }
span { border-color: rgb(115,32,37); }
td.TdClassName
{
border-color: #732025;
}
.TagClassName
{
border-color: #732025;
}
</style>