Shades of Maroon #671000
Tints of Maroon #671000
RGB
CMYK
RGB Variations
Color information
#671000 (or 0x671000) is known color: Maroon. HEX triplet: 67, 10 and 00. RGB value is (103,16,0). Sum of RGB (Red+Green+Blue) = 103+16+0=119 (15% of max value = 765). Red value is 103 (40.62% from 255 or 86.55% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 103 - color contains mainly: red. Hex color #671000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671000 is #98EFFF. Grayscale: #282828. Windows color (decimal): -10022912 or 4199. OLE color: 4199.
HSL color Cylindrical-coordinate representation of color #671000: hue angle of 9.32º 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 #671000 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 16 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.60 |
| HSL | 9.32º | 1% | 0.2% | - |
| HSV(B) | 9.32º | 1% | 0.4% | - |
| XYZ | 5.78 | 3.25 | 0.32 | - |
| YUV | 40.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 0 | 0 | 0.84 | 1 | 0.60 | 9.32 | 1 | 0.2 |
| Hex | 67 | 10 | 0 | 0 | 54 | 64 | 3C | 9 | 64 | 14 |
| Octal | 147 | 20 | 0 | 0 | 124 | 144 | 74 | 11 | 144 | 24 |
| Binary | 1100111 | 10000 | 0 | 0 | 1010100 | 1100100 | 111100 | 1001 | 1100100 | 10100 |
Color Harmonies of #671000
Complementary color
Monochromatic Colors of #671000
Black with #671000
Text Example
Text Example
White with #671000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671000; }
p { color: rgb(103,16,0); }
H1.HeaderClassName
{
color: #671000;
}
.AnyTagClassName
{
color: #671000;
}
</style>
background-color css
<style>
a { background-color: #671000; }
a { background-color: rgb(103,16,0); }
div.DivClassName
{
background-color: #671000;
}
.BgClassName
{
background-color: #671000;
}
</style>
border-color css
<style>
span { border-color: #671000; }
span { border-color: rgb(103,16,0); }
td.TdClassName
{
border-color: #671000;
}
.TagClassName
{
border-color: #671000;
}
</style>