Shades of Maroon #750A08
Tints of Maroon #750A08
RGB
CMYK
RGB Variations
Color information
#750A08 (or 0x750A08) is known color: Maroon. HEX triplet: 75, 0A and 08. RGB value is (117,10,8). Sum of RGB (Red+Green+Blue) = 117+10+8=135 (17% of max value = 765). Red value is 117 (46.09% from 255 or 86.67% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 117 - color contains mainly: red. Hex color #750A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750A08 is #8AF5F7. Grayscale: #292929. Windows color (decimal): -9106936 or 526965. OLE color: 526965.
HSL color Cylindrical-coordinate representation of color #750A08: hue angle of 1.1º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750A08 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 8 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.54 |
| HSL | 1.1º | 0.87% | 0.25% | - |
| HSV(B) | 1.1º | 0.93% | 0.46% | - |
| XYZ | 7.49 | 4.02 | 0.61 | - |
| YUV | 41.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 8 | 0 | 0.91 | 0.93 | 0.54 | 1.1 | 0.87 | 0.25 |
| Hex | 75 | A | 8 | 0 | 5B | 5D | 36 | 1 | 57 | 19 |
| Octal | 165 | 12 | 10 | 0 | 133 | 135 | 66 | 1 | 127 | 31 |
| Binary | 1110101 | 1010 | 1000 | 0 | 1011011 | 1011101 | 110110 | 1 | 1010111 | 11001 |
Color Harmonies of #750A08
Complementary color
Monochromatic Colors of #750A08
Black with #750A08
Text Example
Text Example
White with #750A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A08; }
p { color: rgb(117,10,8); }
H1.HeaderClassName
{
color: #750A08;
}
.AnyTagClassName
{
color: #750A08;
}
</style>
background-color css
<style>
a { background-color: #750A08; }
a { background-color: rgb(117,10,8); }
div.DivClassName
{
background-color: #750A08;
}
.BgClassName
{
background-color: #750A08;
}
</style>
border-color css
<style>
span { border-color: #750A08; }
span { border-color: rgb(117,10,8); }
td.TdClassName
{
border-color: #750A08;
}
.TagClassName
{
border-color: #750A08;
}
</style>