Shades of Red Berry #751D1F
Tints of Red Berry #751D1F
RGB
CMYK
RGB Variations
Color information
#751D1F (or 0x751D1F) is known color: Red Berry. HEX triplet: 75, 1D and 1F. RGB value is (117,29,31). Sum of RGB (Red+Green+Blue) = 117+29+31=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #751D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D1F is #8AE2E0. Grayscale: #373737. Windows color (decimal): -9102049 or 2039157. OLE color: 2039157.
HSL color Cylindrical-coordinate representation of color #751D1F: hue angle of 358.64º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D1F is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 31 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.54 |
| HSL | 358.64º | 0.6% | 0.29% | - |
| HSV(B) | 358.64º | 0.75% | 0.46% | - |
| XYZ | 8.02 | 4.76 | 1.79 | - |
| YUV | 55.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 31 | 0 | 0.75 | 0.74 | 0.54 | 358.64 | 0.6 | 0.29 |
| Hex | 75 | 1D | 1F | 0 | 4B | 4A | 36 | 167 | 3C | 1D |
| Octal | 165 | 35 | 37 | 0 | 113 | 112 | 66 | 547 | 74 | 35 |
| Binary | 1110101 | 11101 | 11111 | 0 | 1001011 | 1001010 | 110110 | 101100111 | 111100 | 11101 |
Color Harmonies of #751D1F
Complementary color
Monochromatic Colors of #751D1F
Black with #751D1F
Text Example
Text Example
White with #751D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D1F; }
p { color: rgb(117,29,31); }
H1.HeaderClassName
{
color: #751D1F;
}
.AnyTagClassName
{
color: #751D1F;
}
</style>
background-color css
<style>
a { background-color: #751D1F; }
a { background-color: rgb(117,29,31); }
div.DivClassName
{
background-color: #751D1F;
}
.BgClassName
{
background-color: #751D1F;
}
</style>
border-color css
<style>
span { border-color: #751D1F; }
span { border-color: rgb(117,29,31); }
td.TdClassName
{
border-color: #751D1F;
}
.TagClassName
{
border-color: #751D1F;
}
</style>