Shades of Red Berry #751C28
Tints of Red Berry #751C28
RGB
CMYK
RGB Variations
Color information
#751C28 (or 0x751C28) is known color: Red Berry. HEX triplet: 75, 1C and 28. RGB value is (117,28,40). Sum of RGB (Red+Green+Blue) = 117+28+40=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #751C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C28 is #8AE3D7. Grayscale: #383838. Windows color (decimal): -9102296 or 2628725. OLE color: 2628725.
HSL color Cylindrical-coordinate representation of color #751C28: hue angle of 351.91º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C28 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 40 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.54 |
| HSL | 351.91º | 0.61% | 0.28% | - |
| HSV(B) | 351.91º | 0.76% | 0.46% | - |
| XYZ | 8.13 | 4.77 | 2.5 | - |
| YUV | 55.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 40 | 0 | 0.76 | 0.66 | 0.54 | 351.91 | 0.61 | 0.28 |
| Hex | 75 | 1C | 28 | 0 | 4C | 42 | 36 | 160 | 3D | 1C |
| Octal | 165 | 34 | 50 | 0 | 114 | 102 | 66 | 540 | 75 | 34 |
| Binary | 1110101 | 11100 | 101000 | 0 | 1001100 | 1000010 | 110110 | 101100000 | 111101 | 11100 |
Color Harmonies of #751C28
Complementary color
Monochromatic Colors of #751C28
Black with #751C28
Text Example
Text Example
White with #751C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C28; }
p { color: rgb(117,28,40); }
H1.HeaderClassName
{
color: #751C28;
}
.AnyTagClassName
{
color: #751C28;
}
</style>
background-color css
<style>
a { background-color: #751C28; }
a { background-color: rgb(117,28,40); }
div.DivClassName
{
background-color: #751C28;
}
.BgClassName
{
background-color: #751C28;
}
</style>
border-color css
<style>
span { border-color: #751C28; }
span { border-color: rgb(117,28,40); }
td.TdClassName
{
border-color: #751C28;
}
.TagClassName
{
border-color: #751C28;
}
</style>