Shades of Maroon #6B1201
Tints of Maroon #6B1201
RGB
CMYK
RGB Variations
Color information
#6B1201 (or 0x6B1201) is known color: Maroon. HEX triplet: 6B, 12 and 01. RGB value is (107,18,1). Sum of RGB (Red+Green+Blue) = 107+18+1=126 (16% of max value = 765). Red value is 107 (42.19% from 255 or 84.92% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1201 is #94EDFE. Grayscale: #2A2A2A. Windows color (decimal): -9760255 or 70251. OLE color: 70251.
HSL color Cylindrical-coordinate representation of color #6B1201: hue angle of 9.62º 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 #6B1201 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 18 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.58 |
| HSL | 9.62º | 0.98% | 0.21% | - |
| HSV(B) | 9.62º | 0.99% | 0.42% | - |
| XYZ | 6.29 | 3.56 | 0.38 | - |
| YUV | 42.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 1 | 0 | 0.83 | 0.99 | 0.58 | 9.62 | 0.98 | 0.21 |
| Hex | 6B | 12 | 1 | 0 | 53 | 63 | 3A | A | 62 | 15 |
| Octal | 153 | 22 | 1 | 0 | 123 | 143 | 72 | 12 | 142 | 25 |
| Binary | 1101011 | 10010 | 1 | 0 | 1010011 | 1100011 | 111010 | 1010 | 1100010 | 10101 |
Color Harmonies of #6B1201
Complementary color
Monochromatic Colors of #6B1201
Black with #6B1201
Text Example
Text Example
White with #6B1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1201; }
p { color: rgb(107,18,1); }
H1.HeaderClassName
{
color: #6B1201;
}
.AnyTagClassName
{
color: #6B1201;
}
</style>
background-color css
<style>
a { background-color: #6B1201; }
a { background-color: rgb(107,18,1); }
div.DivClassName
{
background-color: #6B1201;
}
.BgClassName
{
background-color: #6B1201;
}
</style>
border-color css
<style>
span { border-color: #6B1201; }
span { border-color: rgb(107,18,1); }
td.TdClassName
{
border-color: #6B1201;
}
.TagClassName
{
border-color: #6B1201;
}
</style>