Shades of Maroon #6B0901
Tints of Maroon #6B0901
RGB
CMYK
RGB Variations
Color information
#6B0901 (or 0x6B0901) is known color: Maroon. HEX triplet: 6B, 09 and 01. RGB value is (107,9,1). Sum of RGB (Red+Green+Blue) = 107+9+1=117 (15% of max value = 765). Red value is 107 (42.19% from 255 or 91.45% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0901 is #94F6FE. Grayscale: #252525. Windows color (decimal): -9762559 or 67947. OLE color: 67947.
HSL color Cylindrical-coordinate representation of color #6B0901: hue angle of 4.53º 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 #6B0901 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 9 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.58 |
| HSL | 4.53º | 0.98% | 0.21% | - |
| HSV(B) | 4.53º | 0.99% | 0.42% | - |
| XYZ | 6.17 | 3.32 | 0.35 | - |
| YUV | 37.39 | 107.47 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 9 | 1 | 0 | 0.92 | 0.99 | 0.58 | 4.53 | 0.98 | 0.21 |
| Hex | 6B | 9 | 1 | 0 | 5C | 63 | 3A | 5 | 62 | 15 |
| Octal | 153 | 11 | 1 | 0 | 134 | 143 | 72 | 5 | 142 | 25 |
| Binary | 1101011 | 1001 | 1 | 0 | 1011100 | 1100011 | 111010 | 101 | 1100010 | 10101 |
Color Harmonies of #6B0901
Complementary color
Monochromatic Colors of #6B0901
Black with #6B0901
Text Example
Text Example
White with #6B0901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0901; }
p { color: rgb(107,9,1); }
H1.HeaderClassName
{
color: #6B0901;
}
.AnyTagClassName
{
color: #6B0901;
}
</style>
background-color css
<style>
a { background-color: #6B0901; }
a { background-color: rgb(107,9,1); }
div.DivClassName
{
background-color: #6B0901;
}
.BgClassName
{
background-color: #6B0901;
}
</style>
border-color css
<style>
span { border-color: #6B0901; }
span { border-color: rgb(107,9,1); }
td.TdClassName
{
border-color: #6B0901;
}
.TagClassName
{
border-color: #6B0901;
}
</style>