Shades of Red Berry #751A1D
Tints of Red Berry #751A1D
RGB
CMYK
RGB Variations
Color information
#751A1D (or 0x751A1D) is known color: Red Berry. HEX triplet: 75, 1A and 1D. RGB value is (117,26,29). Sum of RGB (Red+Green+Blue) = 117+26+29=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #751A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A1D is #8AE5E2. Grayscale: #353535. Windows color (decimal): -9102819 or 1907317. OLE color: 1907317.
HSL color Cylindrical-coordinate representation of color #751A1D: hue angle of 358.02º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A1D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 29 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.54 |
| HSL | 358.02º | 0.64% | 0.28% | - |
| HSV(B) | 358.02º | 0.78% | 0.46% | - |
| XYZ | 7.93 | 4.61 | 1.63 | - |
| YUV | 53.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 29 | 0 | 0.78 | 0.75 | 0.54 | 358.02 | 0.64 | 0.28 |
| Hex | 75 | 1A | 1D | 0 | 4E | 4B | 36 | 166 | 40 | 1C |
| Octal | 165 | 32 | 35 | 0 | 116 | 113 | 66 | 546 | 100 | 34 |
| Binary | 1110101 | 11010 | 11101 | 0 | 1001110 | 1001011 | 110110 | 101100110 | 1000000 | 11100 |
Color Harmonies of #751A1D
Complementary color
Monochromatic Colors of #751A1D
Black with #751A1D
Text Example
Text Example
White with #751A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A1D; }
p { color: rgb(117,26,29); }
H1.HeaderClassName
{
color: #751A1D;
}
.AnyTagClassName
{
color: #751A1D;
}
</style>
background-color css
<style>
a { background-color: #751A1D; }
a { background-color: rgb(117,26,29); }
div.DivClassName
{
background-color: #751A1D;
}
.BgClassName
{
background-color: #751A1D;
}
</style>
border-color css
<style>
span { border-color: #751A1D; }
span { border-color: rgb(117,26,29); }
td.TdClassName
{
border-color: #751A1D;
}
.TagClassName
{
border-color: #751A1D;
}
</style>