Shades of Red Berry #752328
Tints of Red Berry #752328
RGB
CMYK
RGB Variations
Color information
#752328 (or 0x752328) is known color: Red Berry. HEX triplet: 75, 23 and 28. RGB value is (117,35,40). Sum of RGB (Red+Green+Blue) = 117+35+40=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #752328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752328 is #8ADCD7. Grayscale: #3C3C3C. Windows color (decimal): -9100504 or 2630517. OLE color: 2630517.
HSL color Cylindrical-coordinate representation of color #752328: hue angle of 356.34º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752328 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 35 | 40 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.54 |
| HSL | 356.34º | 0.54% | 0.3% | - |
| HSV(B) | 356.34º | 0.7% | 0.46% | - |
| XYZ | 8.32 | 5.14 | 2.56 | - |
| YUV | 60.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 40 | 0 | 0.70 | 0.66 | 0.54 | 356.34 | 0.54 | 0.3 |
| Hex | 75 | 23 | 28 | 0 | 46 | 42 | 36 | 164 | 36 | 1E |
| Octal | 165 | 43 | 50 | 0 | 106 | 102 | 66 | 544 | 66 | 36 |
| Binary | 1110101 | 100011 | 101000 | 0 | 1000110 | 1000010 | 110110 | 101100100 | 110110 | 11110 |
Color Harmonies of #752328
Complementary color
Monochromatic Colors of #752328
Black with #752328
Text Example
Text Example
White with #752328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752328; }
p { color: rgb(117,35,40); }
H1.HeaderClassName
{
color: #752328;
}
.AnyTagClassName
{
color: #752328;
}
</style>
background-color css
<style>
a { background-color: #752328; }
a { background-color: rgb(117,35,40); }
div.DivClassName
{
background-color: #752328;
}
.BgClassName
{
background-color: #752328;
}
</style>
border-color css
<style>
span { border-color: #752328; }
span { border-color: rgb(117,35,40); }
td.TdClassName
{
border-color: #752328;
}
.TagClassName
{
border-color: #752328;
}
</style>