Shades of Maroon #680C03
Tints of Maroon #680C03
RGB
CMYK
RGB Variations
Color information
#680C03 (or 0x680C03) is known color: Maroon. HEX triplet: 68, 0C and 03. RGB value is (104,12,3). Sum of RGB (Red+Green+Blue) = 104+12+3=119 (15% of max value = 765). Red value is 104 (41.02% from 255 or 87.39% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 104 - color contains mainly: red. Hex color #680C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680C03 is #97F3FC. Grayscale: #262626. Windows color (decimal): -9958397 or 199784. OLE color: 199784.
HSL color Cylindrical-coordinate representation of color #680C03: hue angle of 5.35º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680C03 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 3 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.59 |
| HSL | 5.35º | 0.94% | 0.21% | - |
| HSV(B) | 5.35º | 0.97% | 0.41% | - |
| XYZ | 5.86 | 3.21 | 0.4 | - |
| YUV | 38.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 3 | 0 | 0.88 | 0.97 | 0.59 | 5.35 | 0.94 | 0.21 |
| Hex | 68 | C | 3 | 0 | 58 | 61 | 3B | 5 | 5E | 15 |
| Octal | 150 | 14 | 3 | 0 | 130 | 141 | 73 | 5 | 136 | 25 |
| Binary | 1101000 | 1100 | 11 | 0 | 1011000 | 1100001 | 111011 | 101 | 1011110 | 10101 |
Color Harmonies of #680C03
Complementary color
Monochromatic Colors of #680C03
Black with #680C03
Text Example
Text Example
White with #680C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C03; }
p { color: rgb(104,12,3); }
H1.HeaderClassName
{
color: #680C03;
}
.AnyTagClassName
{
color: #680C03;
}
</style>
background-color css
<style>
a { background-color: #680C03; }
a { background-color: rgb(104,12,3); }
div.DivClassName
{
background-color: #680C03;
}
.BgClassName
{
background-color: #680C03;
}
</style>
border-color css
<style>
span { border-color: #680C03; }
span { border-color: rgb(104,12,3); }
td.TdClassName
{
border-color: #680C03;
}
.TagClassName
{
border-color: #680C03;
}
</style>