Shades of Red Berry #750F10
Tints of Red Berry #750F10
RGB
CMYK
RGB Variations
Color information
#750F10 (or 0x750F10) is known color: Red Berry. HEX triplet: 75, 0F and 10. RGB value is (117,15,16). Sum of RGB (Red+Green+Blue) = 117+15+16=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #750F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750F10 is #8AF0EF. Grayscale: #2D2D2D. Windows color (decimal): -9105648 or 1052533. OLE color: 1052533.
HSL color Cylindrical-coordinate representation of color #750F10: hue angle of 359.41º 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 #750F10 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 15 | 16 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.54 |
| HSL | 359.41º | 0.77% | 0.26% | - |
| HSV(B) | 359.41º | 0.87% | 0.46% | - |
| XYZ | 7.6 | 4.16 | 0.89 | - |
| YUV | 45.61 | 111.29 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 16 | 0 | 0.87 | 0.86 | 0.54 | 359.41 | 0.77 | 0.26 |
| Hex | 75 | F | 10 | 0 | 57 | 56 | 36 | 167 | 4D | 1A |
| Octal | 165 | 17 | 20 | 0 | 127 | 126 | 66 | 547 | 115 | 32 |
| Binary | 1110101 | 1111 | 10000 | 0 | 1010111 | 1010110 | 110110 | 101100111 | 1001101 | 11010 |
Color Harmonies of #750F10
Complementary color
Monochromatic Colors of #750F10
Black with #750F10
Text Example
Text Example
White with #750F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F10; }
p { color: rgb(117,15,16); }
H1.HeaderClassName
{
color: #750F10;
}
.AnyTagClassName
{
color: #750F10;
}
</style>
background-color css
<style>
a { background-color: #750F10; }
a { background-color: rgb(117,15,16); }
div.DivClassName
{
background-color: #750F10;
}
.BgClassName
{
background-color: #750F10;
}
</style>
border-color css
<style>
span { border-color: #750F10; }
span { border-color: rgb(117,15,16); }
td.TdClassName
{
border-color: #750F10;
}
.TagClassName
{
border-color: #750F10;
}
</style>