Shades of Red Berry #751B1F
Tints of Red Berry #751B1F
RGB
CMYK
RGB Variations
Color information
#751B1F (or 0x751B1F) is known color: Red Berry. HEX triplet: 75, 1B and 1F. RGB value is (117,27,31). Sum of RGB (Red+Green+Blue) = 117+27+31=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #751B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751B1F is #8AE4E0. Grayscale: #363636. Windows color (decimal): -9102561 or 2038645. OLE color: 2038645.
HSL color Cylindrical-coordinate representation of color #751B1F: hue angle of 357.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B1F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 27 | 31 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.54 |
| HSL | 357.33º | 0.63% | 0.28% | - |
| HSV(B) | 357.33º | 0.77% | 0.46% | - |
| XYZ | 7.98 | 4.66 | 1.78 | - |
| YUV | 54.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 31 | 0 | 0.77 | 0.74 | 0.54 | 357.33 | 0.63 | 0.28 |
| Hex | 75 | 1B | 1F | 0 | 4D | 4A | 36 | 165 | 3E | 1C |
| Octal | 165 | 33 | 37 | 0 | 115 | 112 | 66 | 545 | 76 | 34 |
| Binary | 1110101 | 11011 | 11111 | 0 | 1001101 | 1001010 | 110110 | 101100101 | 111110 | 11100 |
Color Harmonies of #751B1F
Complementary color
Monochromatic Colors of #751B1F
Black with #751B1F
Text Example
Text Example
White with #751B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751B1F; }
p { color: rgb(117,27,31); }
H1.HeaderClassName
{
color: #751B1F;
}
.AnyTagClassName
{
color: #751B1F;
}
</style>
background-color css
<style>
a { background-color: #751B1F; }
a { background-color: rgb(117,27,31); }
div.DivClassName
{
background-color: #751B1F;
}
.BgClassName
{
background-color: #751B1F;
}
</style>
border-color css
<style>
span { border-color: #751B1F; }
span { border-color: rgb(117,27,31); }
td.TdClassName
{
border-color: #751B1F;
}
.TagClassName
{
border-color: #751B1F;
}
</style>