Shades of Maroon #750B06
Tints of Maroon #750B06
RGB
CMYK
RGB Variations
Color information
#750B06 (or 0x750B06) is known color: Maroon. HEX triplet: 75, 0B and 06. RGB value is (117,11,6). Sum of RGB (Red+Green+Blue) = 117+11+6=134 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.31% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 117 - color contains mainly: red. Hex color #750B06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750B06 is #8AF4F9. Grayscale: #2A2A2A. Windows color (decimal): -9106682 or 396149. OLE color: 396149.
HSL color Cylindrical-coordinate representation of color #750B06: hue angle of 2.7º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750B06 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 11 | 6 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.54 |
| HSL | 2.7º | 0.9% | 0.24% | - |
| HSV(B) | 2.7º | 0.95% | 0.46% | - |
| XYZ | 7.49 | 4.03 | 0.56 | - |
| YUV | 42.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 6 | 0 | 0.91 | 0.95 | 0.54 | 2.7 | 0.9 | 0.24 |
| Hex | 75 | B | 6 | 0 | 5B | 5F | 36 | 3 | 5A | 18 |
| Octal | 165 | 13 | 6 | 0 | 133 | 137 | 66 | 3 | 132 | 30 |
| Binary | 1110101 | 1011 | 110 | 0 | 1011011 | 1011111 | 110110 | 11 | 1011010 | 11000 |
Color Harmonies of #750B06
Complementary color
Monochromatic Colors of #750B06
Black with #750B06
Text Example
Text Example
White with #750B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B06; }
p { color: rgb(117,11,6); }
H1.HeaderClassName
{
color: #750B06;
}
.AnyTagClassName
{
color: #750B06;
}
</style>
background-color css
<style>
a { background-color: #750B06; }
a { background-color: rgb(117,11,6); }
div.DivClassName
{
background-color: #750B06;
}
.BgClassName
{
background-color: #750B06;
}
</style>
border-color css
<style>
span { border-color: #750B06; }
span { border-color: rgb(117,11,6); }
td.TdClassName
{
border-color: #750B06;
}
.TagClassName
{
border-color: #750B06;
}
</style>