Shades of Burgundy #670109
Tints of Burgundy #670109
RGB
CMYK
RGB Variations
Color information
#670109 (or 0x670109) is known color: Burgundy. HEX triplet: 67, 01 and 09. RGB value is (103,1,9). Sum of RGB (Red+Green+Blue) = 103+1+9=113 (14% of max value = 765). Red value is 103 (40.62% from 255 or 91.15% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 103 - color contains mainly: red. Hex color #670109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670109 is #98FEF6. Grayscale: #202020. Windows color (decimal): -10026743 or 590183. OLE color: 590183.
HSL color Cylindrical-coordinate representation of color #670109: hue angle of 355.29º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670109 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.60 |
| HSL | 355.29º | 0.98% | 0.2% | - |
| HSV(B) | 355.29º | 0.99% | 0.4% | - |
| XYZ | 5.65 | 2.92 | 0.53 | - |
| YUV | 32.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 9 | 0 | 0.99 | 0.91 | 0.60 | 355.29 | 0.98 | 0.2 |
| Hex | 67 | 1 | 9 | 0 | 63 | 5B | 3C | 163 | 62 | 14 |
| Octal | 147 | 1 | 11 | 0 | 143 | 133 | 74 | 543 | 142 | 24 |
| Binary | 1100111 | 1 | 1001 | 0 | 1100011 | 1011011 | 111100 | 101100011 | 1100010 | 10100 |
Color Harmonies of #670109
Complementary color
Monochromatic Colors of #670109
Black with #670109
Text Example
Text Example
White with #670109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670109; }
p { color: rgb(103,1,9); }
H1.HeaderClassName
{
color: #670109;
}
.AnyTagClassName
{
color: #670109;
}
</style>
background-color css
<style>
a { background-color: #670109; }
a { background-color: rgb(103,1,9); }
div.DivClassName
{
background-color: #670109;
}
.BgClassName
{
background-color: #670109;
}
</style>
border-color css
<style>
span { border-color: #670109; }
span { border-color: rgb(103,1,9); }
td.TdClassName
{
border-color: #670109;
}
.TagClassName
{
border-color: #670109;
}
</style>