Shades of Maroon #671004
Tints of Maroon #671004
RGB
CMYK
RGB Variations
Color information
#671004 (or 0x671004) is known color: Maroon. HEX triplet: 67, 10 and 04. RGB value is (103,16,4). Sum of RGB (Red+Green+Blue) = 103+16+4=123 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.74% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 103 - color contains mainly: red. Hex color #671004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671004 is #98EFFB. Grayscale: #282828. Windows color (decimal): -10022908 or 266343. OLE color: 266343.
HSL color Cylindrical-coordinate representation of color #671004: hue angle of 7.27º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #671004 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 16 | 4 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.60 |
| HSL | 7.27º | 0.93% | 0.21% | - |
| HSV(B) | 7.27º | 0.96% | 0.4% | - |
| XYZ | 5.8 | 3.26 | 0.44 | - |
| YUV | 40.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 4 | 0 | 0.84 | 0.96 | 0.60 | 7.27 | 0.93 | 0.21 |
| Hex | 67 | 10 | 4 | 0 | 54 | 60 | 3C | 7 | 5D | 15 |
| Octal | 147 | 20 | 4 | 0 | 124 | 140 | 74 | 7 | 135 | 25 |
| Binary | 1100111 | 10000 | 100 | 0 | 1010100 | 1100000 | 111100 | 111 | 1011101 | 10101 |
Color Harmonies of #671004
Complementary color
Monochromatic Colors of #671004
Black with #671004
Text Example
Text Example
White with #671004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671004; }
p { color: rgb(103,16,4); }
H1.HeaderClassName
{
color: #671004;
}
.AnyTagClassName
{
color: #671004;
}
</style>
background-color css
<style>
a { background-color: #671004; }
a { background-color: rgb(103,16,4); }
div.DivClassName
{
background-color: #671004;
}
.BgClassName
{
background-color: #671004;
}
</style>
border-color css
<style>
span { border-color: #671004; }
span { border-color: rgb(103,16,4); }
td.TdClassName
{
border-color: #671004;
}
.TagClassName
{
border-color: #671004;
}
</style>