Shades of Maroon #671001
Tints of Maroon #671001
RGB
CMYK
RGB Variations
Color information
#671001 (or 0x671001) is known color: Maroon. HEX triplet: 67, 10 and 01. RGB value is (103,16,1). Sum of RGB (Red+Green+Blue) = 103+16+1=120 (15% of max value = 765). Red value is 103 (40.62% from 255 or 85.83% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 103 - color contains mainly: red. Hex color #671001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671001 is #98EFFE. Grayscale: #282828. Windows color (decimal): -10022911 or 69735. OLE color: 69735.
HSL color Cylindrical-coordinate representation of color #671001: hue angle of 8.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #671001 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 16 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.60 |
| HSL | 8.82º | 0.98% | 0.2% | - |
| HSV(B) | 8.82º | 0.99% | 0.4% | - |
| XYZ | 5.78 | 3.26 | 0.35 | - |
| YUV | 40.3 | 105.82 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 1 | 0 | 0.84 | 0.99 | 0.60 | 8.82 | 0.98 | 0.2 |
| Hex | 67 | 10 | 1 | 0 | 54 | 63 | 3C | 9 | 62 | 14 |
| Octal | 147 | 20 | 1 | 0 | 124 | 143 | 74 | 11 | 142 | 24 |
| Binary | 1100111 | 10000 | 1 | 0 | 1010100 | 1100011 | 111100 | 1001 | 1100010 | 10100 |
Color Harmonies of #671001
Complementary color
Monochromatic Colors of #671001
Black with #671001
Text Example
Text Example
White with #671001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671001; }
p { color: rgb(103,16,1); }
H1.HeaderClassName
{
color: #671001;
}
.AnyTagClassName
{
color: #671001;
}
</style>
background-color css
<style>
a { background-color: #671001; }
a { background-color: rgb(103,16,1); }
div.DivClassName
{
background-color: #671001;
}
.BgClassName
{
background-color: #671001;
}
</style>
border-color css
<style>
span { border-color: #671001; }
span { border-color: rgb(103,16,1); }
td.TdClassName
{
border-color: #671001;
}
.TagClassName
{
border-color: #671001;
}
</style>