Shades of Maroon #670B04
Tints of Maroon #670B04
RGB
CMYK
RGB Variations
Color information
#670B04 (or 0x670B04) is known color: Maroon. HEX triplet: 67, 0B and 04. RGB value is (103,11,4). Sum of RGB (Red+Green+Blue) = 103+11+4=118 (15% of max value = 765). Red value is 103 (40.62% from 255 or 87.29% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 103 - color contains mainly: red. Hex color #670B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670B04 is #98F4FB. Grayscale: #252525. Windows color (decimal): -10024188 or 265063. OLE color: 265063.
HSL color Cylindrical-coordinate representation of color #670B04: hue angle of 4.24º 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 #670B04 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 11 | 4 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.60 |
| HSL | 4.24º | 0.93% | 0.21% | - |
| HSV(B) | 4.24º | 0.96% | 0.4% | - |
| XYZ | 5.74 | 3.13 | 0.42 | - |
| YUV | 37.71 | 108.98 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 4 | 0 | 0.89 | 0.96 | 0.60 | 4.24 | 0.93 | 0.21 |
| Hex | 67 | B | 4 | 0 | 59 | 60 | 3C | 4 | 5D | 15 |
| Octal | 147 | 13 | 4 | 0 | 131 | 140 | 74 | 4 | 135 | 25 |
| Binary | 1100111 | 1011 | 100 | 0 | 1011001 | 1100000 | 111100 | 100 | 1011101 | 10101 |
Color Harmonies of #670B04
Complementary color
Monochromatic Colors of #670B04
Black with #670B04
Text Example
Text Example
White with #670B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670B04; }
p { color: rgb(103,11,4); }
H1.HeaderClassName
{
color: #670B04;
}
.AnyTagClassName
{
color: #670B04;
}
</style>
background-color css
<style>
a { background-color: #670B04; }
a { background-color: rgb(103,11,4); }
div.DivClassName
{
background-color: #670B04;
}
.BgClassName
{
background-color: #670B04;
}
</style>
border-color css
<style>
span { border-color: #670B04; }
span { border-color: rgb(103,11,4); }
td.TdClassName
{
border-color: #670B04;
}
.TagClassName
{
border-color: #670B04;
}
</style>