Shades of Red Berry #751D29
Tints of Red Berry #751D29
RGB
CMYK
RGB Variations
Color information
#751D29 (or 0x751D29) is known color: Red Berry. HEX triplet: 75, 1D and 29. RGB value is (117,29,41). Sum of RGB (Red+Green+Blue) = 117+29+41=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #751D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D29 is #8AE2D6. Grayscale: #383838. Windows color (decimal): -9102039 or 2694517. OLE color: 2694517.
HSL color Cylindrical-coordinate representation of color #751D29: hue angle of 351.82º 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 #751D29 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 41 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.54 |
| HSL | 351.82º | 0.6% | 0.29% | - |
| HSV(B) | 351.82º | 0.75% | 0.46% | - |
| XYZ | 8.18 | 4.82 | 2.6 | - |
| YUV | 56.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 41 | 0 | 0.75 | 0.65 | 0.54 | 351.82 | 0.6 | 0.29 |
| Hex | 75 | 1D | 29 | 0 | 4B | 41 | 36 | 160 | 3C | 1D |
| Octal | 165 | 35 | 51 | 0 | 113 | 101 | 66 | 540 | 74 | 35 |
| Binary | 1110101 | 11101 | 101001 | 0 | 1001011 | 1000001 | 110110 | 101100000 | 111100 | 11101 |
Color Harmonies of #751D29
Complementary color
Monochromatic Colors of #751D29
Black with #751D29
Text Example
Text Example
White with #751D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D29; }
p { color: rgb(117,29,41); }
H1.HeaderClassName
{
color: #751D29;
}
.AnyTagClassName
{
color: #751D29;
}
</style>
background-color css
<style>
a { background-color: #751D29; }
a { background-color: rgb(117,29,41); }
div.DivClassName
{
background-color: #751D29;
}
.BgClassName
{
background-color: #751D29;
}
</style>
border-color css
<style>
span { border-color: #751D29; }
span { border-color: rgb(117,29,41); }
td.TdClassName
{
border-color: #751D29;
}
.TagClassName
{
border-color: #751D29;
}
</style>