Shades of Red Berry #751F2B
Tints of Red Berry #751F2B
RGB
CMYK
RGB Variations
Color information
#751F2B (or 0x751F2B) is known color: Red Berry. HEX triplet: 75, 1F and 2B. RGB value is (117,31,43). Sum of RGB (Red+Green+Blue) = 117+31+43=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #751F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F2B is #8AE0D4. Grayscale: #3A3A3A. Windows color (decimal): -9101525 or 2826101. OLE color: 2826101.
HSL color Cylindrical-coordinate representation of color #751F2B: hue angle of 351.63º 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 #751F2B is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 31 | 43 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.54 |
| HSL | 351.63º | 0.58% | 0.29% | - |
| HSV(B) | 351.63º | 0.74% | 0.46% | - |
| XYZ | 8.26 | 4.94 | 2.8 | - |
| YUV | 58.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 43 | 0 | 0.74 | 0.63 | 0.54 | 351.63 | 0.58 | 0.29 |
| Hex | 75 | 1F | 2B | 0 | 4A | 3F | 36 | 160 | 3A | 1D |
| Octal | 165 | 37 | 53 | 0 | 112 | 77 | 66 | 540 | 72 | 35 |
| Binary | 1110101 | 11111 | 101011 | 0 | 1001010 | 111111 | 110110 | 101100000 | 111010 | 11101 |
Color Harmonies of #751F2B
Complementary color
Monochromatic Colors of #751F2B
Black with #751F2B
Text Example
Text Example
White with #751F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F2B; }
p { color: rgb(117,31,43); }
H1.HeaderClassName
{
color: #751F2B;
}
.AnyTagClassName
{
color: #751F2B;
}
</style>
background-color css
<style>
a { background-color: #751F2B; }
a { background-color: rgb(117,31,43); }
div.DivClassName
{
background-color: #751F2B;
}
.BgClassName
{
background-color: #751F2B;
}
</style>
border-color css
<style>
span { border-color: #751F2B; }
span { border-color: rgb(117,31,43); }
td.TdClassName
{
border-color: #751F2B;
}
.TagClassName
{
border-color: #751F2B;
}
</style>