Shades of Red Berry #750F1F
Tints of Red Berry #750F1F
RGB
CMYK
RGB Variations
Color information
#750F1F (or 0x750F1F) is known color: Red Berry. HEX triplet: 75, 0F and 1F. RGB value is (117,15,31). Sum of RGB (Red+Green+Blue) = 117+15+31=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #750F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F1F is #8AF0E0. Grayscale: #2F2F2F. Windows color (decimal): -9105633 or 2035573. OLE color: 2035573.
HSL color Cylindrical-coordinate representation of color #750F1F: hue angle of 350.59º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F1F is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 15 | 31 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.54 |
| HSL | 350.59º | 0.77% | 0.26% | - |
| HSV(B) | 350.59º | 0.87% | 0.46% | - |
| XYZ | 7.75 | 4.22 | 1.7 | - |
| YUV | 47.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 31 | 0 | 0.87 | 0.74 | 0.54 | 350.59 | 0.77 | 0.26 |
| Hex | 75 | F | 1F | 0 | 57 | 4A | 36 | 15F | 4D | 1A |
| Octal | 165 | 17 | 37 | 0 | 127 | 112 | 66 | 537 | 115 | 32 |
| Binary | 1110101 | 1111 | 11111 | 0 | 1010111 | 1001010 | 110110 | 101011111 | 1001101 | 11010 |
Color Harmonies of #750F1F
Complementary color
Monochromatic Colors of #750F1F
Black with #750F1F
Text Example
Text Example
White with #750F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F1F; }
p { color: rgb(117,15,31); }
H1.HeaderClassName
{
color: #750F1F;
}
.AnyTagClassName
{
color: #750F1F;
}
</style>
background-color css
<style>
a { background-color: #750F1F; }
a { background-color: rgb(117,15,31); }
div.DivClassName
{
background-color: #750F1F;
}
.BgClassName
{
background-color: #750F1F;
}
</style>
border-color css
<style>
span { border-color: #750F1F; }
span { border-color: rgb(117,15,31); }
td.TdClassName
{
border-color: #750F1F;
}
.TagClassName
{
border-color: #750F1F;
}
</style>