Shades of Maroon #671200
Tints of Maroon #671200
RGB
CMYK
RGB Variations
Color information
#671200 (or 0x671200) is known color: Maroon. HEX triplet: 67, 12 and 00. RGB value is (103,18,0). Sum of RGB (Red+Green+Blue) = 103+18+0=121 (16% of max value = 765). Red value is 103 (40.62% from 255 or 85.12% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 103 - color contains mainly: red. Hex color #671200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671200 is #98EDFF. Grayscale: #292929. Windows color (decimal): -10022400 or 4711. OLE color: 4711.
HSL color Cylindrical-coordinate representation of color #671200: hue angle of 10.49º 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 #671200 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 18 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.60 |
| HSL | 10.49º | 1% | 0.2% | - |
| HSV(B) | 10.49º | 1% | 0.4% | - |
| XYZ | 5.81 | 3.32 | 0.33 | - |
| YUV | 41.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 0 | 0 | 0.83 | 1 | 0.60 | 10.49 | 1 | 0.2 |
| Hex | 67 | 12 | 0 | 0 | 53 | 64 | 3C | A | 64 | 14 |
| Octal | 147 | 22 | 0 | 0 | 123 | 144 | 74 | 12 | 144 | 24 |
| Binary | 1100111 | 10010 | 0 | 0 | 1010011 | 1100100 | 111100 | 1010 | 1100100 | 10100 |
Color Harmonies of #671200
Complementary color
Monochromatic Colors of #671200
Black with #671200
Text Example
Text Example
White with #671200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671200; }
p { color: rgb(103,18,0); }
H1.HeaderClassName
{
color: #671200;
}
.AnyTagClassName
{
color: #671200;
}
</style>
background-color css
<style>
a { background-color: #671200; }
a { background-color: rgb(103,18,0); }
div.DivClassName
{
background-color: #671200;
}
.BgClassName
{
background-color: #671200;
}
</style>
border-color css
<style>
span { border-color: #671200; }
span { border-color: rgb(103,18,0); }
td.TdClassName
{
border-color: #671200;
}
.TagClassName
{
border-color: #671200;
}
</style>