Shades of Maroon #670A03
Tints of Maroon #670A03
RGB
CMYK
RGB Variations
Color information
#670A03 (or 0x670A03) is known color: Maroon. HEX triplet: 67, 0A and 03. RGB value is (103,10,3). Sum of RGB (Red+Green+Blue) = 103+10+3=116 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.79% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 103 - color contains mainly: red. Hex color #670A03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670A03 is #98F5FC. Grayscale: #252525. Windows color (decimal): -10024445 or 199271. OLE color: 199271.
HSL color Cylindrical-coordinate representation of color #670A03: hue angle of 4.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #670A03 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 10 | 3 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.60 |
| HSL | 4.2º | 0.94% | 0.21% | - |
| HSV(B) | 4.2º | 0.97% | 0.4% | - |
| XYZ | 5.72 | 3.11 | 0.38 | - |
| YUV | 37.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 3 | 0 | 0.90 | 0.97 | 0.60 | 4.2 | 0.94 | 0.21 |
| Hex | 67 | A | 3 | 0 | 5A | 61 | 3C | 4 | 5E | 15 |
| Octal | 147 | 12 | 3 | 0 | 132 | 141 | 74 | 4 | 136 | 25 |
| Binary | 1100111 | 1010 | 11 | 0 | 1011010 | 1100001 | 111100 | 100 | 1011110 | 10101 |
Color Harmonies of #670A03
Complementary color
Monochromatic Colors of #670A03
Black with #670A03
Text Example
Text Example
White with #670A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670A03; }
p { color: rgb(103,10,3); }
H1.HeaderClassName
{
color: #670A03;
}
.AnyTagClassName
{
color: #670A03;
}
</style>
background-color css
<style>
a { background-color: #670A03; }
a { background-color: rgb(103,10,3); }
div.DivClassName
{
background-color: #670A03;
}
.BgClassName
{
background-color: #670A03;
}
</style>
border-color css
<style>
span { border-color: #670A03; }
span { border-color: rgb(103,10,3); }
td.TdClassName
{
border-color: #670A03;
}
.TagClassName
{
border-color: #670A03;
}
</style>