Shades of Maroon #6B0500
Tints of Maroon #6B0500
RGB
CMYK
RGB Variations
Color information
#6B0500 (or 0x6B0500) is known color: Maroon. HEX triplet: 6B, 05 and 00. RGB value is (107,5,0). Sum of RGB (Red+Green+Blue) = 107+5+0=112 (14% of max value = 765). Red value is 107 (42.19% from 255 or 95.54% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0500 is #94FAFF. Grayscale: #232323. Windows color (decimal): -9763584 or 1387. OLE color: 1387.
HSL color Cylindrical-coordinate representation of color #6B0500: hue angle of 2.8º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0500 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.58 |
| HSL | 2.8º | 1% | 0.21% | - |
| HSV(B) | 2.8º | 1% | 0.42% | - |
| XYZ | 6.12 | 3.23 | 0.3 | - |
| YUV | 34.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 0 | 0 | 0.95 | 1 | 0.58 | 2.8 | 1 | 0.21 |
| Hex | 6B | 5 | 0 | 0 | 5F | 64 | 3A | 3 | 64 | 15 |
| Octal | 153 | 5 | 0 | 0 | 137 | 144 | 72 | 3 | 144 | 25 |
| Binary | 1101011 | 101 | 0 | 0 | 1011111 | 1100100 | 111010 | 11 | 1100100 | 10101 |
Color Harmonies of #6B0500
Complementary color
Monochromatic Colors of #6B0500
Black with #6B0500
Text Example
Text Example
White with #6B0500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0500; }
p { color: rgb(107,5,0); }
H1.HeaderClassName
{
color: #6B0500;
}
.AnyTagClassName
{
color: #6B0500;
}
</style>
background-color css
<style>
a { background-color: #6B0500; }
a { background-color: rgb(107,5,0); }
div.DivClassName
{
background-color: #6B0500;
}
.BgClassName
{
background-color: #6B0500;
}
</style>
border-color css
<style>
span { border-color: #6B0500; }
span { border-color: rgb(107,5,0); }
td.TdClassName
{
border-color: #6B0500;
}
.TagClassName
{
border-color: #6B0500;
}
</style>