Shades of Red Berry #751D2B
Tints of Red Berry #751D2B
RGB
CMYK
RGB Variations
Color information
#751D2B (or 0x751D2B) is known color: Red Berry. HEX triplet: 75, 1D and 2B. RGB value is (117,29,43). Sum of RGB (Red+Green+Blue) = 117+29+43=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #751D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D2B is #8AE2D4. Grayscale: #383838. Windows color (decimal): -9102037 or 2825589. OLE color: 2825589.
HSL color Cylindrical-coordinate representation of color #751D2B: hue angle of 350.45º 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 #751D2B is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 43 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.54 |
| HSL | 350.45º | 0.6% | 0.29% | - |
| HSV(B) | 350.45º | 0.75% | 0.46% | - |
| XYZ | 8.21 | 4.84 | 2.79 | - |
| YUV | 56.91 | 120.15 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 43 | 0 | 0.75 | 0.63 | 0.54 | 350.45 | 0.6 | 0.29 |
| Hex | 75 | 1D | 2B | 0 | 4B | 3F | 36 | 15E | 3C | 1D |
| Octal | 165 | 35 | 53 | 0 | 113 | 77 | 66 | 536 | 74 | 35 |
| Binary | 1110101 | 11101 | 101011 | 0 | 1001011 | 111111 | 110110 | 101011110 | 111100 | 11101 |
Color Harmonies of #751D2B
Complementary color
Monochromatic Colors of #751D2B
Black with #751D2B
Text Example
Text Example
White with #751D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D2B; }
p { color: rgb(117,29,43); }
H1.HeaderClassName
{
color: #751D2B;
}
.AnyTagClassName
{
color: #751D2B;
}
</style>
background-color css
<style>
a { background-color: #751D2B; }
a { background-color: rgb(117,29,43); }
div.DivClassName
{
background-color: #751D2B;
}
.BgClassName
{
background-color: #751D2B;
}
</style>
border-color css
<style>
span { border-color: #751D2B; }
span { border-color: rgb(117,29,43); }
td.TdClassName
{
border-color: #751D2B;
}
.TagClassName
{
border-color: #751D2B;
}
</style>