Shades of Red Berry #751A2C
Tints of Red Berry #751A2C
RGB
CMYK
RGB Variations
Color information
#751A2C (or 0x751A2C) is known color: Red Berry. HEX triplet: 75, 1A and 2C. RGB value is (117,26,44). Sum of RGB (Red+Green+Blue) = 117+26+44=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #751A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A2C is #8AE5D3. Grayscale: #373737. Windows color (decimal): -9102804 or 2890357. OLE color: 2890357.
HSL color Cylindrical-coordinate representation of color #751A2C: hue angle of 348.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A2C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 44 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.54 |
| HSL | 348.13º | 0.64% | 0.28% | - |
| HSV(B) | 348.13º | 0.78% | 0.46% | - |
| XYZ | 8.16 | 4.7 | 2.86 | - |
| YUV | 55.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 44 | 0 | 0.78 | 0.62 | 0.54 | 348.13 | 0.64 | 0.28 |
| Hex | 75 | 1A | 2C | 0 | 4E | 3E | 36 | 15C | 40 | 1C |
| Octal | 165 | 32 | 54 | 0 | 116 | 76 | 66 | 534 | 100 | 34 |
| Binary | 1110101 | 11010 | 101100 | 0 | 1001110 | 111110 | 110110 | 101011100 | 1000000 | 11100 |
Color Harmonies of #751A2C
Complementary color
Monochromatic Colors of #751A2C
Black with #751A2C
Text Example
Text Example
White with #751A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A2C; }
p { color: rgb(117,26,44); }
H1.HeaderClassName
{
color: #751A2C;
}
.AnyTagClassName
{
color: #751A2C;
}
</style>
background-color css
<style>
a { background-color: #751A2C; }
a { background-color: rgb(117,26,44); }
div.DivClassName
{
background-color: #751A2C;
}
.BgClassName
{
background-color: #751A2C;
}
</style>
border-color css
<style>
span { border-color: #751A2C; }
span { border-color: rgb(117,26,44); }
td.TdClassName
{
border-color: #751A2C;
}
.TagClassName
{
border-color: #751A2C;
}
</style>