Shades of Maroon #681200
Tints of Maroon #681200
RGB
CMYK
RGB Variations
Color information
#681200 (or 0x681200) is known color: Maroon. HEX triplet: 68, 12 and 00. RGB value is (104,18,0). Sum of RGB (Red+Green+Blue) = 104+18+0=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #681200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681200 is #97EDFF. Grayscale: #292929. Windows color (decimal): -9956864 or 4712. OLE color: 4712.
HSL color Cylindrical-coordinate representation of color #681200: hue angle of 10.38º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #681200 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 18 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.59 |
| HSL | 10.38º | 1% | 0.2% | - |
| HSV(B) | 10.38º | 1% | 0.41% | - |
| XYZ | 5.93 | 3.38 | 0.34 | - |
| YUV | 41.66 | 104.49 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 0 | 0 | 0.83 | 1 | 0.59 | 10.38 | 1 | 0.2 |
| Hex | 68 | 12 | 0 | 0 | 53 | 64 | 3B | A | 64 | 14 |
| Octal | 150 | 22 | 0 | 0 | 123 | 144 | 73 | 12 | 144 | 24 |
| Binary | 1101000 | 10010 | 0 | 0 | 1010011 | 1100100 | 111011 | 1010 | 1100100 | 10100 |
Color Harmonies of #681200
Complementary color
Monochromatic Colors of #681200
Black with #681200
Text Example
Text Example
White with #681200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681200; }
p { color: rgb(104,18,0); }
H1.HeaderClassName
{
color: #681200;
}
.AnyTagClassName
{
color: #681200;
}
</style>
background-color css
<style>
a { background-color: #681200; }
a { background-color: rgb(104,18,0); }
div.DivClassName
{
background-color: #681200;
}
.BgClassName
{
background-color: #681200;
}
</style>
border-color css
<style>
span { border-color: #681200; }
span { border-color: rgb(104,18,0); }
td.TdClassName
{
border-color: #681200;
}
.TagClassName
{
border-color: #681200;
}
</style>