Shades of Red Berry #751D2D
Tints of Red Berry #751D2D
RGB
CMYK
RGB Variations
Color information
#751D2D (or 0x751D2D) is known color: Red Berry. HEX triplet: 75, 1D and 2D. RGB value is (117,29,45). Sum of RGB (Red+Green+Blue) = 117+29+45=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #751D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D2D is #8AE2D2. Grayscale: #393939. Windows color (decimal): -9102035 or 2956661. OLE color: 2956661.
HSL color Cylindrical-coordinate representation of color #751D2D: hue angle of 349.09º 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 #751D2D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 45 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.54 |
| HSL | 349.09º | 0.6% | 0.29% | - |
| HSV(B) | 349.09º | 0.75% | 0.46% | - |
| XYZ | 8.25 | 4.85 | 2.98 | - |
| YUV | 57.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 45 | 0 | 0.75 | 0.62 | 0.54 | 349.09 | 0.6 | 0.29 |
| Hex | 75 | 1D | 2D | 0 | 4B | 3E | 36 | 15D | 3C | 1D |
| Octal | 165 | 35 | 55 | 0 | 113 | 76 | 66 | 535 | 74 | 35 |
| Binary | 1110101 | 11101 | 101101 | 0 | 1001011 | 111110 | 110110 | 101011101 | 111100 | 11101 |
Color Harmonies of #751D2D
Complementary color
Monochromatic Colors of #751D2D
Black with #751D2D
Text Example
Text Example
White with #751D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D2D; }
p { color: rgb(117,29,45); }
H1.HeaderClassName
{
color: #751D2D;
}
.AnyTagClassName
{
color: #751D2D;
}
</style>
background-color css
<style>
a { background-color: #751D2D; }
a { background-color: rgb(117,29,45); }
div.DivClassName
{
background-color: #751D2D;
}
.BgClassName
{
background-color: #751D2D;
}
</style>
border-color css
<style>
span { border-color: #751D2D; }
span { border-color: rgb(117,29,45); }
td.TdClassName
{
border-color: #751D2D;
}
.TagClassName
{
border-color: #751D2D;
}
</style>