Shades of Maroon #6B0501
Tints of Maroon #6B0501
RGB
CMYK
RGB Variations
Color information
#6B0501 (or 0x6B0501) is known color: Maroon. HEX triplet: 6B, 05 and 01. RGB value is (107,5,1). Sum of RGB (Red+Green+Blue) = 107+5+1=113 (14% of max value = 765). Red value is 107 (42.19% from 255 or 94.69% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0501 is #94FAFE. Grayscale: #232323. Windows color (decimal): -9763583 or 66923. OLE color: 66923.
HSL color Cylindrical-coordinate representation of color #6B0501: hue angle of 2.26º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B0501 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.58 |
| HSL | 2.26º | 0.98% | 0.21% | - |
| HSV(B) | 2.26º | 0.99% | 0.42% | - |
| XYZ | 6.12 | 3.24 | 0.33 | - |
| YUV | 35.04 | 108.79 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 1 | 0 | 0.95 | 0.99 | 0.58 | 2.26 | 0.98 | 0.21 |
| Hex | 6B | 5 | 1 | 0 | 5F | 63 | 3A | 2 | 62 | 15 |
| Octal | 153 | 5 | 1 | 0 | 137 | 143 | 72 | 2 | 142 | 25 |
| Binary | 1101011 | 101 | 1 | 0 | 1011111 | 1100011 | 111010 | 10 | 1100010 | 10101 |
Color Harmonies of #6B0501
Complementary color
Monochromatic Colors of #6B0501
Black with #6B0501
Text Example
Text Example
White with #6B0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0501; }
p { color: rgb(107,5,1); }
H1.HeaderClassName
{
color: #6B0501;
}
.AnyTagClassName
{
color: #6B0501;
}
</style>
background-color css
<style>
a { background-color: #6B0501; }
a { background-color: rgb(107,5,1); }
div.DivClassName
{
background-color: #6B0501;
}
.BgClassName
{
background-color: #6B0501;
}
</style>
border-color css
<style>
span { border-color: #6B0501; }
span { border-color: rgb(107,5,1); }
td.TdClassName
{
border-color: #6B0501;
}
.TagClassName
{
border-color: #6B0501;
}
</style>