Shades of Maroon #750F09
Tints of Maroon #750F09
RGB
CMYK
RGB Variations
Color information
#750F09 (or 0x750F09) is known color: Maroon. HEX triplet: 75, 0F and 09. RGB value is (117,15,9). Sum of RGB (Red+Green+Blue) = 117+15+9=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #750F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750F09 is #8AF0F6. Grayscale: #2C2C2C. Windows color (decimal): -9105655 or 593781. OLE color: 593781.
HSL color Cylindrical-coordinate representation of color #750F09: hue angle of 3.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750F09 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 15 | 9 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.54 |
| HSL | 3.33º | 0.86% | 0.25% | - |
| HSV(B) | 3.33º | 0.92% | 0.46% | - |
| XYZ | 7.56 | 4.14 | 0.66 | - |
| YUV | 44.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 9 | 0 | 0.87 | 0.92 | 0.54 | 3.33 | 0.86 | 0.25 |
| Hex | 75 | F | 9 | 0 | 57 | 5C | 36 | 3 | 56 | 19 |
| Octal | 165 | 17 | 11 | 0 | 127 | 134 | 66 | 3 | 126 | 31 |
| Binary | 1110101 | 1111 | 1001 | 0 | 1010111 | 1011100 | 110110 | 11 | 1010110 | 11001 |
Color Harmonies of #750F09
Complementary color
Monochromatic Colors of #750F09
Black with #750F09
Text Example
Text Example
White with #750F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F09; }
p { color: rgb(117,15,9); }
H1.HeaderClassName
{
color: #750F09;
}
.AnyTagClassName
{
color: #750F09;
}
</style>
background-color css
<style>
a { background-color: #750F09; }
a { background-color: rgb(117,15,9); }
div.DivClassName
{
background-color: #750F09;
}
.BgClassName
{
background-color: #750F09;
}
</style>
border-color css
<style>
span { border-color: #750F09; }
span { border-color: rgb(117,15,9); }
td.TdClassName
{
border-color: #750F09;
}
.TagClassName
{
border-color: #750F09;
}
</style>