Shades of Red Berry #751C25
Tints of Red Berry #751C25
RGB
CMYK
RGB Variations
Color information
#751C25 (or 0x751C25) is known color: Red Berry. HEX triplet: 75, 1C and 25. RGB value is (117,28,37). Sum of RGB (Red+Green+Blue) = 117+28+37=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #751C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C25 is #8AE3DA. Grayscale: #373737. Windows color (decimal): -9102299 or 2432117. OLE color: 2432117.
HSL color Cylindrical-coordinate representation of color #751C25: hue angle of 353.93º 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 #751C25 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 37 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.54 |
| HSL | 353.93º | 0.61% | 0.28% | - |
| HSV(B) | 353.93º | 0.76% | 0.46% | - |
| XYZ | 8.09 | 4.75 | 2.24 | - |
| YUV | 55.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 37 | 0 | 0.76 | 0.68 | 0.54 | 353.93 | 0.61 | 0.28 |
| Hex | 75 | 1C | 25 | 0 | 4C | 44 | 36 | 162 | 3D | 1C |
| Octal | 165 | 34 | 45 | 0 | 114 | 104 | 66 | 542 | 75 | 34 |
| Binary | 1110101 | 11100 | 100101 | 0 | 1001100 | 1000100 | 110110 | 101100010 | 111101 | 11100 |
Color Harmonies of #751C25
Complementary color
Monochromatic Colors of #751C25
Black with #751C25
Text Example
Text Example
White with #751C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C25; }
p { color: rgb(117,28,37); }
H1.HeaderClassName
{
color: #751C25;
}
.AnyTagClassName
{
color: #751C25;
}
</style>
background-color css
<style>
a { background-color: #751C25; }
a { background-color: rgb(117,28,37); }
div.DivClassName
{
background-color: #751C25;
}
.BgClassName
{
background-color: #751C25;
}
</style>
border-color css
<style>
span { border-color: #751C25; }
span { border-color: rgb(117,28,37); }
td.TdClassName
{
border-color: #751C25;
}
.TagClassName
{
border-color: #751C25;
}
</style>