Shades of Maroon #6B0B07
Tints of Maroon #6B0B07
RGB
CMYK
RGB Variations
Color information
#6B0B07 (or 0x6B0B07) is known color: Maroon. HEX triplet: 6B, 0B and 07. RGB value is (107,11,7). Sum of RGB (Red+Green+Blue) = 107+11+7=125 (16% of max value = 765). Red value is 107 (42.19% from 255 or 85.6% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0B07 is #94F4F8. Grayscale: #272727. Windows color (decimal): -9762041 or 461675. OLE color: 461675.
HSL color Cylindrical-coordinate representation of color #6B0B07: hue angle of 2.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0B07 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 11 | 7 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.58 |
| HSL | 2.4º | 0.88% | 0.22% | - |
| HSV(B) | 2.4º | 0.93% | 0.42% | - |
| XYZ | 6.22 | 3.38 | 0.53 | - |
| YUV | 39.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 7 | 0 | 0.90 | 0.93 | 0.58 | 2.4 | 0.88 | 0.22 |
| Hex | 6B | B | 7 | 0 | 5A | 5D | 3A | 2 | 58 | 16 |
| Octal | 153 | 13 | 7 | 0 | 132 | 135 | 72 | 2 | 130 | 26 |
| Binary | 1101011 | 1011 | 111 | 0 | 1011010 | 1011101 | 111010 | 10 | 1011000 | 10110 |
Color Harmonies of #6B0B07
Complementary color
Monochromatic Colors of #6B0B07
Black with #6B0B07
Text Example
Text Example
White with #6B0B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0B07; }
p { color: rgb(107,11,7); }
H1.HeaderClassName
{
color: #6B0B07;
}
.AnyTagClassName
{
color: #6B0B07;
}
</style>
background-color css
<style>
a { background-color: #6B0B07; }
a { background-color: rgb(107,11,7); }
div.DivClassName
{
background-color: #6B0B07;
}
.BgClassName
{
background-color: #6B0B07;
}
</style>
border-color css
<style>
span { border-color: #6B0B07; }
span { border-color: rgb(107,11,7); }
td.TdClassName
{
border-color: #6B0B07;
}
.TagClassName
{
border-color: #6B0B07;
}
</style>