Shades of Maroon #670D00
Tints of Maroon #670D00
RGB
CMYK
RGB Variations
Color information
#670D00 (or 0x670D00) is known color: Maroon. HEX triplet: 67, 0D and 00. RGB value is (103,13,0). Sum of RGB (Red+Green+Blue) = 103+13+0=116 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.79% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 103 - color contains mainly: red. Hex color #670D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670D00 is #98F2FF. Grayscale: #262626. Windows color (decimal): -10023680 or 3431. OLE color: 3431.
HSL color Cylindrical-coordinate representation of color #670D00: hue angle of 7.57º 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 #670D00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 13 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.60 |
| HSL | 7.57º | 1% | 0.2% | - |
| HSV(B) | 7.57º | 1% | 0.4% | - |
| XYZ | 5.74 | 3.17 | 0.31 | - |
| YUV | 38.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 0 | 0 | 0.87 | 1 | 0.60 | 7.57 | 1 | 0.2 |
| Hex | 67 | D | 0 | 0 | 57 | 64 | 3C | 8 | 64 | 14 |
| Octal | 147 | 15 | 0 | 0 | 127 | 144 | 74 | 10 | 144 | 24 |
| Binary | 1100111 | 1101 | 0 | 0 | 1010111 | 1100100 | 111100 | 1000 | 1100100 | 10100 |
Color Harmonies of #670D00
Complementary color
Monochromatic Colors of #670D00
Black with #670D00
Text Example
Text Example
White with #670D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670D00; }
p { color: rgb(103,13,0); }
H1.HeaderClassName
{
color: #670D00;
}
.AnyTagClassName
{
color: #670D00;
}
</style>
background-color css
<style>
a { background-color: #670D00; }
a { background-color: rgb(103,13,0); }
div.DivClassName
{
background-color: #670D00;
}
.BgClassName
{
background-color: #670D00;
}
</style>
border-color css
<style>
span { border-color: #670D00; }
span { border-color: rgb(103,13,0); }
td.TdClassName
{
border-color: #670D00;
}
.TagClassName
{
border-color: #670D00;
}
</style>