Shades of Red Berry #751728
Tints of Red Berry #751728
RGB
CMYK
RGB Variations
Color information
#751728 (or 0x751728) is known color: Red Berry. HEX triplet: 75, 17 and 28. RGB value is (117,23,40). Sum of RGB (Red+Green+Blue) = 117+23+40=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #751728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751728 is #8AE8D7. Grayscale: #353535. Windows color (decimal): -9103576 or 2627445. OLE color: 2627445.
HSL color Cylindrical-coordinate representation of color #751728: hue angle of 349.15º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751728 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 23 | 40 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.54 |
| HSL | 349.15º | 0.67% | 0.27% | - |
| HSV(B) | 349.15º | 0.8% | 0.46% | - |
| XYZ | 8.03 | 4.55 | 2.46 | - |
| YUV | 53.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 40 | 0 | 0.80 | 0.66 | 0.54 | 349.15 | 0.67 | 0.27 |
| Hex | 75 | 17 | 28 | 0 | 50 | 42 | 36 | 15D | 43 | 1B |
| Octal | 165 | 27 | 50 | 0 | 120 | 102 | 66 | 535 | 103 | 33 |
| Binary | 1110101 | 10111 | 101000 | 0 | 1010000 | 1000010 | 110110 | 101011101 | 1000011 | 11011 |
Color Harmonies of #751728
Complementary color
Monochromatic Colors of #751728
Black with #751728
Text Example
Text Example
White with #751728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751728; }
p { color: rgb(117,23,40); }
H1.HeaderClassName
{
color: #751728;
}
.AnyTagClassName
{
color: #751728;
}
</style>
background-color css
<style>
a { background-color: #751728; }
a { background-color: rgb(117,23,40); }
div.DivClassName
{
background-color: #751728;
}
.BgClassName
{
background-color: #751728;
}
</style>
border-color css
<style>
span { border-color: #751728; }
span { border-color: rgb(117,23,40); }
td.TdClassName
{
border-color: #751728;
}
.TagClassName
{
border-color: #751728;
}
</style>