Shades of Maroon #670504
Tints of Maroon #670504
RGB
CMYK
RGB Variations
Color information
#670504 (or 0x670504) is known color: Maroon. HEX triplet: 67, 05 and 04. RGB value is (103,5,4). Sum of RGB (Red+Green+Blue) = 103+5+4=112 (14% of max value = 765). Red value is 103 (40.62% from 255 or 91.96% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 103 - color contains mainly: red. Hex color #670504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670504 is #98FAFB. Grayscale: #222222. Windows color (decimal): -10025724 or 263527. OLE color: 263527.
HSL color Cylindrical-coordinate representation of color #670504: hue angle of 0.61º 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 #670504 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 5 | 4 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.60 |
| HSL | 0.61º | 0.93% | 0.21% | - |
| HSV(B) | 0.61º | 0.96% | 0.4% | - |
| XYZ | 5.67 | 3 | 0.4 | - |
| YUV | 34.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 5 | 4 | 0 | 0.95 | 0.96 | 0.60 | 0.61 | 0.93 | 0.21 |
| Hex | 67 | 5 | 4 | 0 | 5F | 60 | 3C | 1 | 5D | 15 |
| Octal | 147 | 5 | 4 | 0 | 137 | 140 | 74 | 1 | 135 | 25 |
| Binary | 1100111 | 101 | 100 | 0 | 1011111 | 1100000 | 111100 | 1 | 1011101 | 10101 |
Color Harmonies of #670504
Complementary color
Monochromatic Colors of #670504
Black with #670504
Text Example
Text Example
White with #670504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670504; }
p { color: rgb(103,5,4); }
H1.HeaderClassName
{
color: #670504;
}
.AnyTagClassName
{
color: #670504;
}
</style>
background-color css
<style>
a { background-color: #670504; }
a { background-color: rgb(103,5,4); }
div.DivClassName
{
background-color: #670504;
}
.BgClassName
{
background-color: #670504;
}
</style>
border-color css
<style>
span { border-color: #670504; }
span { border-color: rgb(103,5,4); }
td.TdClassName
{
border-color: #670504;
}
.TagClassName
{
border-color: #670504;
}
</style>