Shades of Red Berry #751F2D
Tints of Red Berry #751F2D
RGB
CMYK
RGB Variations
Color information
#751F2D (or 0x751F2D) is known color: Red Berry. HEX triplet: 75, 1F and 2D. RGB value is (117,31,45). Sum of RGB (Red+Green+Blue) = 117+31+45=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #751F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F2D is #8AE0D2. Grayscale: #3A3A3A. Windows color (decimal): -9101523 or 2957173. OLE color: 2957173.
HSL color Cylindrical-coordinate representation of color #751F2D: hue angle of 350.23º 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 #751F2D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 31 | 45 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.54 |
| HSL | 350.23º | 0.58% | 0.29% | - |
| HSV(B) | 350.23º | 0.74% | 0.46% | - |
| XYZ | 8.3 | 4.95 | 3 | - |
| YUV | 58.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 45 | 0 | 0.74 | 0.62 | 0.54 | 350.23 | 0.58 | 0.29 |
| Hex | 75 | 1F | 2D | 0 | 4A | 3E | 36 | 15E | 3A | 1D |
| Octal | 165 | 37 | 55 | 0 | 112 | 76 | 66 | 536 | 72 | 35 |
| Binary | 1110101 | 11111 | 101101 | 0 | 1001010 | 111110 | 110110 | 101011110 | 111010 | 11101 |
Color Harmonies of #751F2D
Complementary color
Monochromatic Colors of #751F2D
Black with #751F2D
Text Example
Text Example
White with #751F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F2D; }
p { color: rgb(117,31,45); }
H1.HeaderClassName
{
color: #751F2D;
}
.AnyTagClassName
{
color: #751F2D;
}
</style>
background-color css
<style>
a { background-color: #751F2D; }
a { background-color: rgb(117,31,45); }
div.DivClassName
{
background-color: #751F2D;
}
.BgClassName
{
background-color: #751F2D;
}
</style>
border-color css
<style>
span { border-color: #751F2D; }
span { border-color: rgb(117,31,45); }
td.TdClassName
{
border-color: #751F2D;
}
.TagClassName
{
border-color: #751F2D;
}
</style>