Shades of Red Berry #751D2C
Tints of Red Berry #751D2C
RGB
CMYK
RGB Variations
Color information
#751D2C (or 0x751D2C) is known color: Red Berry. HEX triplet: 75, 1D and 2C. RGB value is (117,29,44). Sum of RGB (Red+Green+Blue) = 117+29+44=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #751D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D2C is #8AE2D3. Grayscale: #393939. Windows color (decimal): -9102036 or 2891125. OLE color: 2891125.
HSL color Cylindrical-coordinate representation of color #751D2C: hue angle of 349.77º 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 #751D2C is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 44 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.54 |
| HSL | 349.77º | 0.6% | 0.29% | - |
| HSV(B) | 349.77º | 0.75% | 0.46% | - |
| XYZ | 8.23 | 4.84 | 2.88 | - |
| YUV | 57.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 44 | 0 | 0.75 | 0.62 | 0.54 | 349.77 | 0.6 | 0.29 |
| Hex | 75 | 1D | 2C | 0 | 4B | 3E | 36 | 15E | 3C | 1D |
| Octal | 165 | 35 | 54 | 0 | 113 | 76 | 66 | 536 | 74 | 35 |
| Binary | 1110101 | 11101 | 101100 | 0 | 1001011 | 111110 | 110110 | 101011110 | 111100 | 11101 |
Color Harmonies of #751D2C
Complementary color
Monochromatic Colors of #751D2C
Black with #751D2C
Text Example
Text Example
White with #751D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D2C; }
p { color: rgb(117,29,44); }
H1.HeaderClassName
{
color: #751D2C;
}
.AnyTagClassName
{
color: #751D2C;
}
</style>
background-color css
<style>
a { background-color: #751D2C; }
a { background-color: rgb(117,29,44); }
div.DivClassName
{
background-color: #751D2C;
}
.BgClassName
{
background-color: #751D2C;
}
</style>
border-color css
<style>
span { border-color: #751D2C; }
span { border-color: rgb(117,29,44); }
td.TdClassName
{
border-color: #751D2C;
}
.TagClassName
{
border-color: #751D2C;
}
</style>