Shades of Maroon #670F04
Tints of Maroon #670F04
RGB
CMYK
RGB Variations
Color information
#670F04 (or 0x670F04) is known color: Maroon. HEX triplet: 67, 0F and 04. RGB value is (103,15,4). Sum of RGB (Red+Green+Blue) = 103+15+4=122 (16% of max value = 765). Red value is 103 (40.62% from 255 or 84.43% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 103 - color contains mainly: red. Hex color #670F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670F04 is #98F0FB. Grayscale: #282828. Windows color (decimal): -10023164 or 266087. OLE color: 266087.
HSL color Cylindrical-coordinate representation of color #670F04: hue angle of 6.67º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670F04 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 15 | 4 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.60 |
| HSL | 6.67º | 0.93% | 0.21% | - |
| HSV(B) | 6.67º | 0.96% | 0.4% | - |
| XYZ | 5.79 | 3.23 | 0.43 | - |
| YUV | 40.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 4 | 0 | 0.85 | 0.96 | 0.60 | 6.67 | 0.93 | 0.21 |
| Hex | 67 | F | 4 | 0 | 55 | 60 | 3C | 7 | 5D | 15 |
| Octal | 147 | 17 | 4 | 0 | 125 | 140 | 74 | 7 | 135 | 25 |
| Binary | 1100111 | 1111 | 100 | 0 | 1010101 | 1100000 | 111100 | 111 | 1011101 | 10101 |
Color Harmonies of #670F04
Complementary color
Monochromatic Colors of #670F04
Black with #670F04
Text Example
Text Example
White with #670F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670F04; }
p { color: rgb(103,15,4); }
H1.HeaderClassName
{
color: #670F04;
}
.AnyTagClassName
{
color: #670F04;
}
</style>
background-color css
<style>
a { background-color: #670F04; }
a { background-color: rgb(103,15,4); }
div.DivClassName
{
background-color: #670F04;
}
.BgClassName
{
background-color: #670F04;
}
</style>
border-color css
<style>
span { border-color: #670F04; }
span { border-color: rgb(103,15,4); }
td.TdClassName
{
border-color: #670F04;
}
.TagClassName
{
border-color: #670F04;
}
</style>