Shades of Maroon #670A00
Tints of Maroon #670A00
RGB
CMYK
RGB Variations
Color information
#670A00 (or 0x670A00) is known color: Maroon. HEX triplet: 67, 0A and 00. RGB value is (103,10,0). Sum of RGB (Red+Green+Blue) = 103+10+0=113 (14% of max value = 765). Red value is 103 (40.62% from 255 or 91.15% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 103 - color contains mainly: red. Hex color #670A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670A00 is #98F5FF. Grayscale: #242424. Windows color (decimal): -10024448 or 2663. OLE color: 2663.
HSL color Cylindrical-coordinate representation of color #670A00: hue angle of 5.83º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670A00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 10 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.60 |
| HSL | 5.83º | 1% | 0.2% | - |
| HSV(B) | 5.83º | 1% | 0.4% | - |
| XYZ | 5.7 | 3.1 | 0.3 | - |
| YUV | 36.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 0 | 0 | 0.90 | 1 | 0.60 | 5.83 | 1 | 0.2 |
| Hex | 67 | A | 0 | 0 | 5A | 64 | 3C | 6 | 64 | 14 |
| Octal | 147 | 12 | 0 | 0 | 132 | 144 | 74 | 6 | 144 | 24 |
| Binary | 1100111 | 1010 | 0 | 0 | 1011010 | 1100100 | 111100 | 110 | 1100100 | 10100 |
Color Harmonies of #670A00
Complementary color
Monochromatic Colors of #670A00
Black with #670A00
Text Example
Text Example
White with #670A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670A00; }
p { color: rgb(103,10,0); }
H1.HeaderClassName
{
color: #670A00;
}
.AnyTagClassName
{
color: #670A00;
}
</style>
background-color css
<style>
a { background-color: #670A00; }
a { background-color: rgb(103,10,0); }
div.DivClassName
{
background-color: #670A00;
}
.BgClassName
{
background-color: #670A00;
}
</style>
border-color css
<style>
span { border-color: #670A00; }
span { border-color: rgb(103,10,0); }
td.TdClassName
{
border-color: #670A00;
}
.TagClassName
{
border-color: #670A00;
}
</style>