Shades of Maroon #670700
Tints of Maroon #670700
RGB
CMYK
RGB Variations
Color information
#670700 (or 0x670700) is known color: Maroon. HEX triplet: 67, 07 and 00. RGB value is (103,7,0). Sum of RGB (Red+Green+Blue) = 103+7+0=110 (14% of max value = 765). Red value is 103 (40.62% from 255 or 93.64% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 103 - color contains mainly: red. Hex color #670700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670700 is #98F8FF. Grayscale: #232323. Windows color (decimal): -10025216 or 1895. OLE color: 1895.
HSL color Cylindrical-coordinate representation of color #670700: hue angle of 4.08º 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 #670700 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 7 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.60 |
| HSL | 4.08º | 1% | 0.2% | - |
| HSV(B) | 4.08º | 1% | 0.4% | - |
| XYZ | 5.67 | 3.04 | 0.29 | - |
| YUV | 34.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 0 | 0 | 0.93 | 1 | 0.60 | 4.08 | 1 | 0.2 |
| Hex | 67 | 7 | 0 | 0 | 5D | 64 | 3C | 4 | 64 | 14 |
| Octal | 147 | 7 | 0 | 0 | 135 | 144 | 74 | 4 | 144 | 24 |
| Binary | 1100111 | 111 | 0 | 0 | 1011101 | 1100100 | 111100 | 100 | 1100100 | 10100 |
Color Harmonies of #670700
Complementary color
Monochromatic Colors of #670700
Black with #670700
Text Example
Text Example
White with #670700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670700; }
p { color: rgb(103,7,0); }
H1.HeaderClassName
{
color: #670700;
}
.AnyTagClassName
{
color: #670700;
}
</style>
background-color css
<style>
a { background-color: #670700; }
a { background-color: rgb(103,7,0); }
div.DivClassName
{
background-color: #670700;
}
.BgClassName
{
background-color: #670700;
}
</style>
border-color css
<style>
span { border-color: #670700; }
span { border-color: rgb(103,7,0); }
td.TdClassName
{
border-color: #670700;
}
.TagClassName
{
border-color: #670700;
}
</style>