Shades of Maroon #670805
Tints of Maroon #670805
RGB
CMYK
RGB Variations
Color information
#670805 (or 0x670805) is known color: Maroon. HEX triplet: 67, 08 and 05. RGB value is (103,8,5). Sum of RGB (Red+Green+Blue) = 103+8+5=116 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.79% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 103 - color contains mainly: red. Hex color #670805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670805 is #98F7FA. Grayscale: #242424. Windows color (decimal): -10024955 or 329831. OLE color: 329831.
HSL color Cylindrical-coordinate representation of color #670805: hue angle of 1.84º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670805 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 8 | 5 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.60 |
| HSL | 1.84º | 0.91% | 0.21% | - |
| HSV(B) | 1.84º | 0.95% | 0.4% | - |
| XYZ | 5.71 | 3.07 | 0.43 | - |
| YUV | 36.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 5 | 0 | 0.92 | 0.95 | 0.60 | 1.84 | 0.91 | 0.21 |
| Hex | 67 | 8 | 5 | 0 | 5C | 5F | 3C | 2 | 5B | 15 |
| Octal | 147 | 10 | 5 | 0 | 134 | 137 | 74 | 2 | 133 | 25 |
| Binary | 1100111 | 1000 | 101 | 0 | 1011100 | 1011111 | 111100 | 10 | 1011011 | 10101 |
Color Harmonies of #670805
Complementary color
Monochromatic Colors of #670805
Black with #670805
Text Example
Text Example
White with #670805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670805; }
p { color: rgb(103,8,5); }
H1.HeaderClassName
{
color: #670805;
}
.AnyTagClassName
{
color: #670805;
}
</style>
background-color css
<style>
a { background-color: #670805; }
a { background-color: rgb(103,8,5); }
div.DivClassName
{
background-color: #670805;
}
.BgClassName
{
background-color: #670805;
}
</style>
border-color css
<style>
span { border-color: #670805; }
span { border-color: rgb(103,8,5); }
td.TdClassName
{
border-color: #670805;
}
.TagClassName
{
border-color: #670805;
}
</style>