Shades of Red Berry #751F2E
Tints of Red Berry #751F2E
RGB
CMYK
RGB Variations
Color information
#751F2E (or 0x751F2E) is known color: Red Berry. HEX triplet: 75, 1F and 2E. RGB value is (117,31,46). Sum of RGB (Red+Green+Blue) = 117+31+46=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #751F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F2E is #8AE0D1. Grayscale: #3A3A3A. Windows color (decimal): -9101522 or 3022709. OLE color: 3022709.
HSL color Cylindrical-coordinate representation of color #751F2E: hue angle of 349.53º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751F2E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 31 | 46 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.54 |
| HSL | 349.53º | 0.58% | 0.29% | - |
| HSV(B) | 349.53º | 0.74% | 0.46% | - |
| XYZ | 8.32 | 4.96 | 3.1 | - |
| YUV | 58.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 46 | 0 | 0.74 | 0.61 | 0.54 | 349.53 | 0.58 | 0.29 |
| Hex | 75 | 1F | 2E | 0 | 4A | 3D | 36 | 15E | 3A | 1D |
| Octal | 165 | 37 | 56 | 0 | 112 | 75 | 66 | 536 | 72 | 35 |
| Binary | 1110101 | 11111 | 101110 | 0 | 1001010 | 111101 | 110110 | 101011110 | 111010 | 11101 |
Color Harmonies of #751F2E
Complementary color
Monochromatic Colors of #751F2E
Black with #751F2E
Text Example
Text Example
White with #751F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F2E; }
p { color: rgb(117,31,46); }
H1.HeaderClassName
{
color: #751F2E;
}
.AnyTagClassName
{
color: #751F2E;
}
</style>
background-color css
<style>
a { background-color: #751F2E; }
a { background-color: rgb(117,31,46); }
div.DivClassName
{
background-color: #751F2E;
}
.BgClassName
{
background-color: #751F2E;
}
</style>
border-color css
<style>
span { border-color: #751F2E; }
span { border-color: rgb(117,31,46); }
td.TdClassName
{
border-color: #751F2E;
}
.TagClassName
{
border-color: #751F2E;
}
</style>