Shades of Burgundy #670107
Tints of Burgundy #670107
RGB
CMYK
RGB Variations
Color information
#670107 (or 0x670107) is known color: Burgundy. HEX triplet: 67, 01 and 07. RGB value is (103,1,7). Sum of RGB (Red+Green+Blue) = 103+1+7=111 (14% of max value = 765). Red value is 103 (40.62% from 255 or 92.79% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 103 - color contains mainly: red. Hex color #670107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670107 is #98FEF8. Grayscale: #202020. Windows color (decimal): -10026745 or 459111. OLE color: 459111.
HSL color Cylindrical-coordinate representation of color #670107: hue angle of 356.47º 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 #670107 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 7 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.60 |
| HSL | 356.47º | 0.98% | 0.2% | - |
| HSV(B) | 356.47º | 0.99% | 0.4% | - |
| XYZ | 5.64 | 2.92 | 0.47 | - |
| YUV | 32.18 | 113.79 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 7 | 0 | 0.99 | 0.93 | 0.60 | 356.47 | 0.98 | 0.2 |
| Hex | 67 | 1 | 7 | 0 | 63 | 5D | 3C | 164 | 62 | 14 |
| Octal | 147 | 1 | 7 | 0 | 143 | 135 | 74 | 544 | 142 | 24 |
| Binary | 1100111 | 1 | 111 | 0 | 1100011 | 1011101 | 111100 | 101100100 | 1100010 | 10100 |
Color Harmonies of #670107
Complementary color
Monochromatic Colors of #670107
Black with #670107
Text Example
Text Example
White with #670107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670107; }
p { color: rgb(103,1,7); }
H1.HeaderClassName
{
color: #670107;
}
.AnyTagClassName
{
color: #670107;
}
</style>
background-color css
<style>
a { background-color: #670107; }
a { background-color: rgb(103,1,7); }
div.DivClassName
{
background-color: #670107;
}
.BgClassName
{
background-color: #670107;
}
</style>
border-color css
<style>
span { border-color: #670107; }
span { border-color: rgb(103,1,7); }
td.TdClassName
{
border-color: #670107;
}
.TagClassName
{
border-color: #670107;
}
</style>