Shades of Red Berry #751C1D
Tints of Red Berry #751C1D
RGB
CMYK
RGB Variations
Color information
#751C1D (or 0x751C1D) is known color: Red Berry. HEX triplet: 75, 1C and 1D. RGB value is (117,28,29). Sum of RGB (Red+Green+Blue) = 117+28+29=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #751C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C1D is #8AE3E2. Grayscale: #363636. Windows color (decimal): -9102307 or 1907829. OLE color: 1907829.
HSL color Cylindrical-coordinate representation of color #751C1D: hue angle of 359.33º 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 #751C1D is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 29 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.54 |
| HSL | 359.33º | 0.61% | 0.28% | - |
| HSV(B) | 359.33º | 0.76% | 0.46% | - |
| XYZ | 7.97 | 4.7 | 1.65 | - |
| YUV | 54.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 29 | 0 | 0.76 | 0.75 | 0.54 | 359.33 | 0.61 | 0.28 |
| Hex | 75 | 1C | 1D | 0 | 4C | 4B | 36 | 167 | 3D | 1C |
| Octal | 165 | 34 | 35 | 0 | 114 | 113 | 66 | 547 | 75 | 34 |
| Binary | 1110101 | 11100 | 11101 | 0 | 1001100 | 1001011 | 110110 | 101100111 | 111101 | 11100 |
Color Harmonies of #751C1D
Complementary color
Monochromatic Colors of #751C1D
Black with #751C1D
Text Example
Text Example
White with #751C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C1D; }
p { color: rgb(117,28,29); }
H1.HeaderClassName
{
color: #751C1D;
}
.AnyTagClassName
{
color: #751C1D;
}
</style>
background-color css
<style>
a { background-color: #751C1D; }
a { background-color: rgb(117,28,29); }
div.DivClassName
{
background-color: #751C1D;
}
.BgClassName
{
background-color: #751C1D;
}
</style>
border-color css
<style>
span { border-color: #751C1D; }
span { border-color: rgb(117,28,29); }
td.TdClassName
{
border-color: #751C1D;
}
.TagClassName
{
border-color: #751C1D;
}
</style>