Shades of Maroon #670C09
Tints of Maroon #670C09
RGB
CMYK
RGB Variations
Color information
#670C09 (or 0x670C09) is known color: Maroon. HEX triplet: 67, 0C and 09. RGB value is (103,12,9). Sum of RGB (Red+Green+Blue) = 103+12+9=124 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.06% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 103 - color contains mainly: red. Hex color #670C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670C09 is #98F3F6. Grayscale: #262626. Windows color (decimal): -10023927 or 592999. OLE color: 592999.
HSL color Cylindrical-coordinate representation of color #670C09: hue angle of 1.91º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670C09 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 9 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.60 |
| HSL | 1.91º | 0.84% | 0.22% | - |
| HSV(B) | 1.91º | 0.91% | 0.4% | - |
| XYZ | 5.77 | 3.17 | 0.57 | - |
| YUV | 38.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 9 | 0 | 0.88 | 0.91 | 0.60 | 1.91 | 0.84 | 0.22 |
| Hex | 67 | C | 9 | 0 | 58 | 5B | 3C | 2 | 54 | 16 |
| Octal | 147 | 14 | 11 | 0 | 130 | 133 | 74 | 2 | 124 | 26 |
| Binary | 1100111 | 1100 | 1001 | 0 | 1011000 | 1011011 | 111100 | 10 | 1010100 | 10110 |
Color Harmonies of #670C09
Complementary color
Monochromatic Colors of #670C09
Black with #670C09
Text Example
Text Example
White with #670C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C09; }
p { color: rgb(103,12,9); }
H1.HeaderClassName
{
color: #670C09;
}
.AnyTagClassName
{
color: #670C09;
}
</style>
background-color css
<style>
a { background-color: #670C09; }
a { background-color: rgb(103,12,9); }
div.DivClassName
{
background-color: #670C09;
}
.BgClassName
{
background-color: #670C09;
}
</style>
border-color css
<style>
span { border-color: #670C09; }
span { border-color: rgb(103,12,9); }
td.TdClassName
{
border-color: #670C09;
}
.TagClassName
{
border-color: #670C09;
}
</style>