Shades of Maroon #6C1003
Tints of Maroon #6C1003
RGB
CMYK
RGB Variations
Color information
#6C1003 (or 0x6C1003) is known color: Maroon. HEX triplet: 6C, 10 and 03. RGB value is (108,16,3). Sum of RGB (Red+Green+Blue) = 108+16+3=127 (16% of max value = 765). Red value is 108 (42.58% from 255 or 85.04% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1003 is #93EFFC. Grayscale: #2A2A2A. Windows color (decimal): -9695229 or 200812. OLE color: 200812.
HSL color Cylindrical-coordinate representation of color #6C1003: hue angle of 7.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C1003 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 16 | 3 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.58 |
| HSL | 7.43º | 0.95% | 0.22% | - |
| HSV(B) | 7.43º | 0.97% | 0.42% | - |
| XYZ | 6.39 | 3.57 | 0.44 | - |
| YUV | 42.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 3 | 0 | 0.85 | 0.97 | 0.58 | 7.43 | 0.95 | 0.22 |
| Hex | 6C | 10 | 3 | 0 | 55 | 61 | 3A | 7 | 5F | 16 |
| Octal | 154 | 20 | 3 | 0 | 125 | 141 | 72 | 7 | 137 | 26 |
| Binary | 1101100 | 10000 | 11 | 0 | 1010101 | 1100001 | 111010 | 111 | 1011111 | 10110 |
Color Harmonies of #6C1003
Complementary color
Monochromatic Colors of #6C1003
Black with #6C1003
Text Example
Text Example
White with #6C1003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1003; }
p { color: rgb(108,16,3); }
H1.HeaderClassName
{
color: #6C1003;
}
.AnyTagClassName
{
color: #6C1003;
}
</style>
background-color css
<style>
a { background-color: #6C1003; }
a { background-color: rgb(108,16,3); }
div.DivClassName
{
background-color: #6C1003;
}
.BgClassName
{
background-color: #6C1003;
}
</style>
border-color css
<style>
span { border-color: #6C1003; }
span { border-color: rgb(108,16,3); }
td.TdClassName
{
border-color: #6C1003;
}
.TagClassName
{
border-color: #6C1003;
}
</style>